From 36d62a3a1c0986334dee7bfdaa425f88461f151e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Wed, 14 Feb 2024 20:35:46 +0100 Subject: [PATCH] doc: Update --- doc/clapper-gtk/clapper-gtk.devhelp2 | 2 +- doc/clapper-gtk/clapper-gtk.toml | 7 +- doc/clapper-gtk/class.ExtraMenuButton.html | 1228 +++++++++++++++++ doc/clapper-gtk/class.SimpleControls.html | 24 + doc/clapper-gtk/class.Video.html | 20 +- doc/clapper-gtk/classes_hierarchy.html | 2 + doc/clapper-gtk/ctor.ExtraMenuButton.new.html | 197 +++ doc/clapper-gtk/ctor.SimpleControls.new.html | 4 +- doc/clapper-gtk/ctor.Video.new.html | 2 +- .../func.EXTRA_MENU_BUTTON_CAST.html | 196 +++ .../func.SIMPLE_CONTROLS_CAST.html | 2 +- .../func.get_player_from_ancestor.html | 2 +- doc/clapper-gtk/index.html | 31 +- doc/clapper-gtk/index.json | 2 +- ...xtraMenuButton.get_can_open_subtitles.html | 219 +++ ...hod.ExtraMenuButton.get_speed_visible.html | 219 +++ ...od.ExtraMenuButton.get_volume_visible.html | 219 +++ ...xtraMenuButton.set_can_open_subtitles.html | 229 +++ ...hod.ExtraMenuButton.set_speed_visible.html | 226 +++ ...od.ExtraMenuButton.set_volume_visible.html | 226 +++ ....SimpleControls.get_extra_menu_button.html | 217 +++ ...hod.SimpleControls.get_fullscreenable.html | 6 +- ...method.SimpleControls.get_seek_method.html | 6 +- ...hod.SimpleControls.set_fullscreenable.html | 6 +- ...method.SimpleControls.set_seek_method.html | 6 +- .../method.Video.add_fading_overlay.html | 2 +- doc/clapper-gtk/method.Video.add_overlay.html | 2 +- .../method.Video.get_auto_inhibit.html | 2 +- .../method.Video.get_fade_delay.html | 2 +- .../method.Video.get_inhibited.html | 2 +- doc/clapper-gtk/method.Video.get_player.html | 2 +- .../method.Video.get_touch_fade_delay.html | 2 +- .../method.Video.set_auto_inhibit.html | 2 +- .../method.Video.set_fade_delay.html | 2 +- .../method.Video.set_touch_fade_delay.html | 2 +- ...ty.ExtraMenuButton.can-open-subtitles.html | 196 +++ ...roperty.ExtraMenuButton.speed-visible.html | 196 +++ ...operty.ExtraMenuButton.volume-visible.html | 196 +++ ...erty.SimpleControls.extra-menu-button.html | 192 +++ ...roperty.SimpleControls.fullscreenable.html | 4 +- .../property.SimpleControls.seek-method.html | 4 +- .../property.Video.auto-inhibit.html | 2 +- .../property.Video.fade-delay.html | 2 +- doc/clapper-gtk/property.Video.inhibited.html | 2 +- doc/clapper-gtk/property.Video.player.html | 2 +- .../property.Video.touch-fade-delay.html | 2 +- ...signal.ExtraMenuButton.open-subtitles.html | 225 +++ .../signal.Video.toggle-fullscreen.html | 2 +- doc/clapper-gtk/urlmap.js | 1 + doc/clapper/clapper.devhelp2 | 2 +- doc/clapper/clapper.toml | 2 +- doc/clapper/class.AudioStream.html | 743 ++++++++++ doc/clapper/class.Discoverer.html | 2 +- doc/clapper/class.MediaItem.html | 66 +- doc/clapper/class.Player.html | 220 ++- doc/clapper/class.Queue.html | 8 +- doc/clapper/class.Stream.html | 95 +- doc/clapper/class.StreamList.html | 2 +- doc/clapper/class.SubtitleStream.html | 623 +++++++++ doc/clapper/class.VideoStream.html | 719 ++++++++++ doc/clapper/classes_hierarchy.html | 12 +- doc/clapper/ctor.MediaItem.new.html | 21 +- doc/clapper/ctor.MediaItem.new_from_file.html | 15 +- doc/clapper/ctor.Player.new.html | 4 +- doc/clapper/enum.StreamType.html | 225 +++ doc/clapper/func.AUDIO_STREAM_CAST.html | 196 +++ doc/clapper/func.MEDIA_ITEM_CAST.html | 2 +- doc/clapper/func.PLAYER_CAST.html | 2 +- doc/clapper/func.STREAM_CAST.html | 2 +- doc/clapper/func.SUBTITLE_STREAM_CAST.html | 196 +++ doc/clapper/func.VIDEO_STREAM_CAST.html | 196 +++ doc/clapper/func.init.html | 2 +- doc/clapper/func.init_check.html | 2 +- doc/clapper/index.html | 70 + doc/clapper/index.json | 2 +- .../method.AudioStream.get_bitrate.html | 221 +++ .../method.AudioStream.get_channels.html | 221 +++ doc/clapper/method.AudioStream.get_codec.html | 222 +++ .../method.AudioStream.get_lang_code.html | 221 +++ .../method.AudioStream.get_lang_name.html | 221 +++ .../method.AudioStream.get_sample_format.html | 222 +++ .../method.AudioStream.get_sample_rate.html | 221 +++ ...method.MediaItem.get_container_format.html | 8 +- .../method.MediaItem.get_duration.html | 8 +- doc/clapper/method.MediaItem.get_id.html | 10 +- doc/clapper/method.MediaItem.get_suburi.html | 221 +++ doc/clapper/method.MediaItem.get_title.html | 8 +- doc/clapper/method.MediaItem.get_uri.html | 10 +- doc/clapper/method.MediaItem.set_suburi.html | 230 +++ doc/clapper/method.Player.add_feature.html | 26 +- .../method.Player.get_audio_enabled.html | 279 ++++ .../method.Player.get_audio_filter.html | 26 +- doc/clapper/method.Player.get_audio_sink.html | 26 +- .../method.Player.get_audio_streams.html | 279 ++++ doc/clapper/method.Player.get_autoplay.html | 279 ++++ ...thod.Player.get_current_audio_decoder.html | 26 +- ...thod.Player.get_current_video_decoder.html | 26 +- doc/clapper/method.Player.get_mute.html | 26 +- doc/clapper/method.Player.get_position.html | 26 +- doc/clapper/method.Player.get_queue.html | 26 +- doc/clapper/method.Player.get_speed.html | 26 +- doc/clapper/method.Player.get_state.html | 26 +- .../method.Player.get_subtitle_streams.html | 279 ++++ .../method.Player.get_subtitles_enabled.html | 279 ++++ .../method.Player.get_video_enabled.html | 279 ++++ .../method.Player.get_video_filter.html | 26 +- doc/clapper/method.Player.get_video_sink.html | 26 +- .../method.Player.get_video_streams.html | 279 ++++ doc/clapper/method.Player.get_volume.html | 26 +- doc/clapper/method.Player.pause.html | 26 +- doc/clapper/method.Player.play.html | 26 +- doc/clapper/method.Player.seek.html | 26 +- doc/clapper/method.Player.seek_custom.html | 26 +- .../method.Player.set_audio_enabled.html | 286 ++++ .../method.Player.set_audio_filter.html | 26 +- doc/clapper/method.Player.set_audio_sink.html | 26 +- doc/clapper/method.Player.set_autoplay.html | 289 ++++ doc/clapper/method.Player.set_mute.html | 26 +- doc/clapper/method.Player.set_speed.html | 26 +- .../method.Player.set_subtitles_enabled.html | 286 ++++ .../method.Player.set_video_enabled.html | 286 ++++ .../method.Player.set_video_filter.html | 26 +- doc/clapper/method.Player.set_video_sink.html | 26 +- doc/clapper/method.Player.set_volume.html | 26 +- doc/clapper/method.Player.stop.html | 26 +- doc/clapper/method.Queue.find_item.html | 2 +- .../method.Queue.get_current_index.html | 2 +- .../method.Queue.get_current_item.html | 2 +- doc/clapper/method.Queue.get_gapless.html | 2 +- doc/clapper/method.Queue.get_instant.html | 2 +- doc/clapper/method.Queue.get_item.html | 2 +- doc/clapper/method.Queue.get_n_items.html | 2 +- .../method.Queue.get_progression_mode.html | 2 +- doc/clapper/method.Queue.item_is_current.html | 2 +- doc/clapper/method.Queue.select_index.html | 12 +- doc/clapper/method.Queue.select_item.html | 12 +- .../method.Queue.select_next_item.html | 2 +- .../method.Queue.select_previous_item.html | 2 +- doc/clapper/method.Queue.set_gapless.html | 2 +- doc/clapper/method.Queue.set_instant.html | 2 +- .../method.Queue.set_progression_mode.html | 2 +- .../method.Stream.get_stream_type.html | 211 +++ doc/clapper/method.Stream.get_title.html | 211 +++ .../method.StreamList.get_current_index.html | 4 +- .../method.StreamList.get_current_stream.html | 4 +- .../method.StreamList.get_n_streams.html | 4 +- doc/clapper/method.StreamList.get_stream.html | 4 +- .../method.StreamList.select_index.html | 4 +- .../method.StreamList.select_stream.html | 4 +- .../method.SubtitleStream.get_lang_code.html | 211 +++ .../method.SubtitleStream.get_lang_name.html | 211 +++ .../method.VideoStream.get_bitrate.html | 219 +++ doc/clapper/method.VideoStream.get_codec.html | 220 +++ doc/clapper/method.VideoStream.get_fps.html | 219 +++ .../method.VideoStream.get_height.html | 219 +++ .../method.VideoStream.get_pixel_format.html | 220 +++ doc/clapper/method.VideoStream.get_width.html | 219 +++ doc/clapper/property.AudioStream.bitrate.html | 202 +++ .../property.AudioStream.channels.html | 202 +++ doc/clapper/property.AudioStream.codec.html | 202 +++ .../property.AudioStream.lang-code.html | 202 +++ .../property.AudioStream.lang-name.html | 202 +++ .../property.AudioStream.sample-format.html | 202 +++ .../property.AudioStream.sample-rate.html | 202 +++ .../property.MediaItem.container-format.html | 8 +- doc/clapper/property.MediaItem.duration.html | 8 +- doc/clapper/property.MediaItem.id.html | 8 +- doc/clapper/property.MediaItem.suburi.html | 202 +++ doc/clapper/property.MediaItem.title.html | 8 +- doc/clapper/property.MediaItem.uri.html | 8 +- .../property.Player.audio-enabled.html | 228 +++ doc/clapper/property.Player.audio-filter.html | 16 +- doc/clapper/property.Player.audio-sink.html | 16 +- .../property.Player.audio-streams.html | 224 +++ doc/clapper/property.Player.autoplay.html | 228 +++ ...property.Player.current-audio-decoder.html | 16 +- ...property.Player.current-video-decoder.html | 16 +- doc/clapper/property.Player.mute.html | 16 +- doc/clapper/property.Player.position.html | 16 +- doc/clapper/property.Player.queue.html | 16 +- doc/clapper/property.Player.speed.html | 16 +- doc/clapper/property.Player.state.html | 16 +- .../property.Player.subtitle-streams.html | 224 +++ .../property.Player.subtitles-enabled.html | 228 +++ .../property.Player.video-enabled.html | 228 +++ doc/clapper/property.Player.video-filter.html | 16 +- doc/clapper/property.Player.video-sink.html | 16 +- .../property.Player.video-streams.html | 224 +++ doc/clapper/property.Player.volume.html | 16 +- doc/clapper/property.Queue.current-index.html | 2 +- doc/clapper/property.Queue.current-item.html | 2 +- doc/clapper/property.Queue.gapless.html | 2 +- doc/clapper/property.Queue.instant.html | 2 +- doc/clapper/property.Queue.n-items.html | 2 +- .../property.Queue.progression-mode.html | 2 +- doc/clapper/property.Stream.stream-type.html | 192 +++ doc/clapper/property.Stream.title.html | 192 +++ .../property.StreamList.current-index.html | 2 +- .../property.StreamList.current-stream.html | 2 +- .../property.SubtitleStream.lang-code.html | 192 +++ .../property.SubtitleStream.lang-name.html | 192 +++ doc/clapper/property.VideoStream.bitrate.html | 200 +++ doc/clapper/property.VideoStream.codec.html | 200 +++ doc/clapper/property.VideoStream.fps.html | 200 +++ doc/clapper/property.VideoStream.height.html | 200 +++ .../property.VideoStream.pixel-format.html | 200 +++ doc/clapper/property.VideoStream.width.html | 200 +++ doc/clapper/signal.Player.error.html | 2 +- doc/clapper/signal.Player.missing-plugin.html | 2 +- doc/clapper/signal.Player.warning.html | 2 +- doc/clapper/urlmap.js | 1 - .../vfunc.Stream.internal_stream_updated.html | 226 +++ 212 files changed, 21140 insertions(+), 312 deletions(-) create mode 100644 doc/clapper-gtk/class.ExtraMenuButton.html create mode 100644 doc/clapper-gtk/ctor.ExtraMenuButton.new.html create mode 100644 doc/clapper-gtk/func.EXTRA_MENU_BUTTON_CAST.html create mode 100644 doc/clapper-gtk/method.ExtraMenuButton.get_can_open_subtitles.html create mode 100644 doc/clapper-gtk/method.ExtraMenuButton.get_speed_visible.html create mode 100644 doc/clapper-gtk/method.ExtraMenuButton.get_volume_visible.html create mode 100644 doc/clapper-gtk/method.ExtraMenuButton.set_can_open_subtitles.html create mode 100644 doc/clapper-gtk/method.ExtraMenuButton.set_speed_visible.html create mode 100644 doc/clapper-gtk/method.ExtraMenuButton.set_volume_visible.html create mode 100644 doc/clapper-gtk/method.SimpleControls.get_extra_menu_button.html create mode 100644 doc/clapper-gtk/property.ExtraMenuButton.can-open-subtitles.html create mode 100644 doc/clapper-gtk/property.ExtraMenuButton.speed-visible.html create mode 100644 doc/clapper-gtk/property.ExtraMenuButton.volume-visible.html create mode 100644 doc/clapper-gtk/property.SimpleControls.extra-menu-button.html create mode 100644 doc/clapper-gtk/signal.ExtraMenuButton.open-subtitles.html create mode 100644 doc/clapper/class.AudioStream.html create mode 100644 doc/clapper/class.SubtitleStream.html create mode 100644 doc/clapper/class.VideoStream.html create mode 100644 doc/clapper/enum.StreamType.html create mode 100644 doc/clapper/func.AUDIO_STREAM_CAST.html create mode 100644 doc/clapper/func.SUBTITLE_STREAM_CAST.html create mode 100644 doc/clapper/func.VIDEO_STREAM_CAST.html create mode 100644 doc/clapper/method.AudioStream.get_bitrate.html create mode 100644 doc/clapper/method.AudioStream.get_channels.html create mode 100644 doc/clapper/method.AudioStream.get_codec.html create mode 100644 doc/clapper/method.AudioStream.get_lang_code.html create mode 100644 doc/clapper/method.AudioStream.get_lang_name.html create mode 100644 doc/clapper/method.AudioStream.get_sample_format.html create mode 100644 doc/clapper/method.AudioStream.get_sample_rate.html create mode 100644 doc/clapper/method.MediaItem.get_suburi.html create mode 100644 doc/clapper/method.MediaItem.set_suburi.html create mode 100644 doc/clapper/method.Player.get_audio_enabled.html create mode 100644 doc/clapper/method.Player.get_audio_streams.html create mode 100644 doc/clapper/method.Player.get_autoplay.html create mode 100644 doc/clapper/method.Player.get_subtitle_streams.html create mode 100644 doc/clapper/method.Player.get_subtitles_enabled.html create mode 100644 doc/clapper/method.Player.get_video_enabled.html create mode 100644 doc/clapper/method.Player.get_video_streams.html create mode 100644 doc/clapper/method.Player.set_audio_enabled.html create mode 100644 doc/clapper/method.Player.set_autoplay.html create mode 100644 doc/clapper/method.Player.set_subtitles_enabled.html create mode 100644 doc/clapper/method.Player.set_video_enabled.html create mode 100644 doc/clapper/method.Stream.get_stream_type.html create mode 100644 doc/clapper/method.Stream.get_title.html create mode 100644 doc/clapper/method.SubtitleStream.get_lang_code.html create mode 100644 doc/clapper/method.SubtitleStream.get_lang_name.html create mode 100644 doc/clapper/method.VideoStream.get_bitrate.html create mode 100644 doc/clapper/method.VideoStream.get_codec.html create mode 100644 doc/clapper/method.VideoStream.get_fps.html create mode 100644 doc/clapper/method.VideoStream.get_height.html create mode 100644 doc/clapper/method.VideoStream.get_pixel_format.html create mode 100644 doc/clapper/method.VideoStream.get_width.html create mode 100644 doc/clapper/property.AudioStream.bitrate.html create mode 100644 doc/clapper/property.AudioStream.channels.html create mode 100644 doc/clapper/property.AudioStream.codec.html create mode 100644 doc/clapper/property.AudioStream.lang-code.html create mode 100644 doc/clapper/property.AudioStream.lang-name.html create mode 100644 doc/clapper/property.AudioStream.sample-format.html create mode 100644 doc/clapper/property.AudioStream.sample-rate.html create mode 100644 doc/clapper/property.MediaItem.suburi.html create mode 100644 doc/clapper/property.Player.audio-enabled.html create mode 100644 doc/clapper/property.Player.audio-streams.html create mode 100644 doc/clapper/property.Player.autoplay.html create mode 100644 doc/clapper/property.Player.subtitle-streams.html create mode 100644 doc/clapper/property.Player.subtitles-enabled.html create mode 100644 doc/clapper/property.Player.video-enabled.html create mode 100644 doc/clapper/property.Player.video-streams.html create mode 100644 doc/clapper/property.Stream.stream-type.html create mode 100644 doc/clapper/property.Stream.title.html create mode 100644 doc/clapper/property.SubtitleStream.lang-code.html create mode 100644 doc/clapper/property.SubtitleStream.lang-name.html create mode 100644 doc/clapper/property.VideoStream.bitrate.html create mode 100644 doc/clapper/property.VideoStream.codec.html create mode 100644 doc/clapper/property.VideoStream.fps.html create mode 100644 doc/clapper/property.VideoStream.height.html create mode 100644 doc/clapper/property.VideoStream.pixel-format.html create mode 100644 doc/clapper/property.VideoStream.width.html create mode 100644 doc/clapper/vfunc.Stream.internal_stream_updated.html diff --git a/doc/clapper-gtk/clapper-gtk.devhelp2 b/doc/clapper-gtk/clapper-gtk.devhelp2 index b79421f7..49b708ff 100644 --- a/doc/clapper-gtk/clapper-gtk.devhelp2 +++ b/doc/clapper-gtk/clapper-gtk.devhelp2 @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/doc/clapper-gtk/clapper-gtk.toml b/doc/clapper-gtk/clapper-gtk.toml index a03b3240..e966c9b9 100644 --- a/doc/clapper-gtk/clapper-gtk.toml +++ b/doc/clapper-gtk/clapper-gtk.toml @@ -23,7 +23,7 @@ dependencies = ["Clapper-0.0", "Gtk-4.0"] description = "The GTK toolkit" docs_url = "https://docs.gtk.org/gtk4/" -related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"] +related = ["GLib-2.0", "GObject-2.0", "Gio-2.0", "Gst-1.0"] [related."GLib-2.0"] name = "GLib" @@ -35,6 +35,11 @@ related = ["GLib-2.0", "GObject-2.0", "Gst-1.0"] description = "The base type system library" docs_url = "https://docs.gtk.org/gobject/" + [related."Gio-2.0"] + name = "Gio" + description = "GObject Interfaces and Objects, Networking, IPC, and I/O" + docs_url = "https://docs.gtk.org/gio/" + [related."Gst-1.0"] name = "Gst" description = "GStreamer core library" diff --git a/doc/clapper-gtk/class.ExtraMenuButton.html b/doc/clapper-gtk/class.ExtraMenuButton.html new file mode 100644 index 00000000..73de9035 --- /dev/null +++ b/doc/clapper-gtk/class.ExtraMenuButton.html @@ -0,0 +1,1228 @@ + + + + + + ClapperGtk.ExtraMenuButton + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + + + +
+
+

Class

+

ClapperGtkExtraMenuButton

+
+ +
+ +
+

+
+ +
+

+ Description + + + [src] + +

+ +
final class ClapperGtk.ExtraMenuButton : Gtk.Widget
+  implements Gtk.Accessible, Gtk.Buildable, Gtk.ConstraintTarget {
+  /* No available fields */
+}
+ +
+

A menu button with extra options.

+
+ +
+ + + +
+ + +
+
+ + +
+

+ Hierarchy + +

+
+ + + + + + +hierarchy + + +this + + +ClapperGtkExtraMenuButton + + + + + +implements_0 + + +GtkAccessible + + + + + +this--implements_0 + + + + +implements_1 + + +GtkBuildable + + + + + +this--implements_1 + + + + +implements_2 + + +GtkConstraintTarget + + + + + +this--implements_2 + + + + +ancestor_0 + + +GtkWidget + + + + + +ancestor_0--this + + + + +ancestor_1 + + +GInitiallyUnowned + + + + + +ancestor_1--ancestor_0 + + + + +ancestor_2 + + +GObject + + + + + +ancestor_2--ancestor_1 + + + + + +
+
+ + + +
+

+ Ancestors + +

+ +
+ +
+
+ + + + + +
+

+ Implements + +

+ +
+ +
+
+ + + +
+

+ Constructors + +

+ +
+ +
+
clapper_gtk_extra_menu_button_new
+
+

Creates a new extra menu button GtkWidget.

+
+
+

+
+
+ +
+
+ + + + + +
+

+ Instance methods + +

+ +
+ +
+
clapper_gtk_extra_menu_button_get_can_open_subtitles
+
+

Get whether an option to open external subtitle stream inside popover is visible.

+
+
+

+
+
+ +
+
clapper_gtk_extra_menu_button_get_speed_visible
+
+

Get whether speed control inside popover is visible.

+
+
+

+
+
+ +
+
clapper_gtk_extra_menu_button_get_volume_visible
+
+

Get whether volume control inside popover is visible.

+
+
+

+
+
+ +
+
clapper_gtk_extra_menu_button_set_can_open_subtitles
+
+

Set whether an option to open external subtitle stream should be allowed.

+
+
+

+
+
+ +
+
clapper_gtk_extra_menu_button_set_speed_visible
+
+

Set whether speed control inside popover should be visible.

+
+
+

+
+
+ +
+
clapper_gtk_extra_menu_button_set_volume_visible
+
+

Set whether volume control inside popover should be visible.

+
+
+

+
+
+ +
+ + + +
Methods inherited from GtkWidget (161)
+
+ +
+

Please see GtkWidget for a full list of methods.

+
+ +
+
+ + + + + +
Methods inherited from GObject (43)
+
+ +
+

Please see GObject for a full list of methods.

+
+ +
+
+ + + + + +
Methods inherited from GtkAccessible (18)
+
+
gtk_accessible_get_accessible_parent
+
+

Retrieves the accessible parent for an accessible object.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_get_accessible_role
+
+

Retrieves the accessible role of an accessible object.

+
+
+

+
+
gtk_accessible_get_at_context
+
+

Retrieves the accessible implementation for the given GtkAccessible.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_get_bounds
+
+

Queries the coordinates and dimensions of this accessible.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_get_first_accessible_child
+
+

Retrieves the first accessible child of an accessible object.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_get_next_accessible_sibling
+
+

Retrieves the next accessible sibling of an accessible object.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_get_platform_state
+
+

Query a platform state, such as focus.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_reset_property
+
+

Resets the accessible property to its default value.

+
+
+

+
+
gtk_accessible_reset_relation
+
+

Resets the accessible relation to its default value.

+
+
+

+
+
gtk_accessible_reset_state
+
+

Resets the accessible state to its default value.

+
+
+

+
+
gtk_accessible_set_accessible_parent
+
+

Sets the parent and sibling of an accessible object.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_update_next_accessible_sibling
+
+

Updates the next accessible sibling of self.

+
+
+

unstable since: 4.10

+
+
gtk_accessible_update_property
+
+

Updates a list of accessible properties.

+
+
+

+
+
gtk_accessible_update_property_value
+
+

Updates an array of accessible properties.

+
+
+

+
+
gtk_accessible_update_relation
+
+

Updates a list of accessible relations.

+
+
+

+
+
gtk_accessible_update_relation_value
+
+

Updates an array of accessible relations.

+
+
+

+
+
gtk_accessible_update_state
+
+

Updates a list of accessible states. See the GtkAccessibleState +documentation for the value types of accessible states.

+
+
+

+
+
gtk_accessible_update_state_value
+
+

Updates an array of accessible states.

+
+
+

+
+ +
+
+ + + +
Methods inherited from GtkBuildable (1)
+
+
gtk_buildable_get_buildable_id
+
+

Gets the ID of the buildable object.

+
+
+

+
+ +
+
+ + + + +
+ + + +
+

+ Properties + +

+ + +
+ +
+
ClapperGtk.ExtraMenuButton:can-open-subtitles
+
+

Visibility of open subtitles option inside popover.

+
+
+

+
+
+ +
+
ClapperGtk.ExtraMenuButton:speed-visible
+
+

Visibility of speed control inside popover.

+
+
+

+
+
+ +
+
ClapperGtk.ExtraMenuButton:volume-visible
+
+

Visibility of volume control inside popover.

+
+
+

+
+
+ +
+ + + + +
Properties inherited from GtkWidget (34)
+
+
Gtk.Widget:can-focus
+
+

Whether the widget or any of its descendents can accept +the input focus.

+
+
+

+
+
Gtk.Widget:can-target
+
+

Whether the widget can receive pointer events.

+
+
+

+
+
Gtk.Widget:css-classes
+
+

A list of css classes applied to this widget.

+
+
+

+
+
Gtk.Widget:css-name
+
+

The name of this widget in the CSS tree.

+
+
+

+
+
Gtk.Widget:cursor
+
+

The cursor used by widget.

+
+
+

+
+
Gtk.Widget:focus-on-click
+
+

Whether the widget should grab focus when it is clicked with the mouse.

+
+
+

+
+
Gtk.Widget:focusable
+
+

Whether this widget itself will accept the input focus.

+
+
+

+
+
Gtk.Widget:halign
+
+

How to distribute horizontal space if widget gets extra space.

+
+
+

+
+
Gtk.Widget:has-default
+
+

Whether the widget is the default widget.

+
+
+

+
+
Gtk.Widget:has-focus
+
+

Whether the widget has the input focus.

+
+
+

+
+
Gtk.Widget:has-tooltip
+
+

Enables or disables the emission of the ::query-tooltip signal on widget.

+
+
+

+
+
Gtk.Widget:height-request
+
+

Override for height request of the widget.

+
+
+

+
+
Gtk.Widget:hexpand
+
+

Whether to expand horizontally.

+
+
+

+
+
Gtk.Widget:hexpand-set
+
+

Whether to use the hexpand property.

+
+
+

+
+
Gtk.Widget:layout-manager
+
+

The GtkLayoutManager instance to use to compute the preferred size +of the widget, and allocate its children.

+
+
+

+
+
Gtk.Widget:margin-bottom
+
+

Margin on bottom side of widget.

+
+
+

+
+
Gtk.Widget:margin-end
+
+

Margin on end of widget, horizontally.

+
+
+

+
+
Gtk.Widget:margin-start
+
+

Margin on start of widget, horizontally.

+
+
+

+
+
Gtk.Widget:margin-top
+
+

Margin on top side of widget.

+
+
+

+
+
Gtk.Widget:name
+
+

The name of the widget.

+
+
+

+
+
Gtk.Widget:opacity
+
+

The requested opacity of the widget.

+
+
+

+
+
Gtk.Widget:overflow
+
+

How content outside the widget’s content area is treated.

+
+
+

+
+
Gtk.Widget:parent
+
+

The parent widget of this widget.

+
+
+

+
+
Gtk.Widget:receives-default
+
+

Whether the widget will receive the default action when it is focused.

+
+
+

+
+
Gtk.Widget:root
+
+

The GtkRoot widget of the widget tree containing this widget.

+
+
+

+
+
Gtk.Widget:scale-factor
+
+

The scale factor of the widget.

+
+
+

+
+
Gtk.Widget:sensitive
+
+

Whether the widget responds to input.

+
+
+

+
+
Gtk.Widget:tooltip-markup
+
+

Sets the text of tooltip to be the given string, which is marked up +with Pango markup.

+
+
+

+
+
Gtk.Widget:tooltip-text
+
+

Sets the text of tooltip to be the given string.

+
+
+

+
+
Gtk.Widget:valign
+
+

How to distribute vertical space if widget gets extra space.

+
+
+

+
+
Gtk.Widget:vexpand
+
+

Whether to expand vertically.

+
+
+

+
+
Gtk.Widget:vexpand-set
+
+

Whether to use the vexpand property.

+
+
+

+
+
Gtk.Widget:visible
+
+

Whether the widget is visible.

+
+
+

+
+
Gtk.Widget:width-request
+
+

Override for width request of the widget.

+
+
+

+
+ +
+
+ + + + + + + + + +
Properties inherited from GtkAccessible (1)
+
+
Gtk.Accessible:accessible-role
+
+

The accessible role of the given GtkAccessible implementation.

+
+
+

+
+ +
+
+ + + + + + + +
+ + + +
+

+ Signals + +

+ + +
+ +
+
ClapperGtk.ExtraMenuButton::open-subtitles
+
+

A signal that user wants to open subtitles file.

+
+
+

+
+
+ +
+ + + + +
Signals inherited from GtkWidget (13)
+
+
GtkWidget::destroy
+
+

Signals that all holders of a reference to the widget should release +the reference that they hold.

+
+
+

+
+
GtkWidget::direction-changed
+
+

Emitted when the text direction of a widget changes.

+
+
+

+
+
GtkWidget::hide
+
+

Emitted when widget is hidden.

+
+
+

+
+
GtkWidget::keynav-failed
+
+

Emitted if keyboard navigation fails.

+
+
+

+
+
GtkWidget::map
+
+

Emitted when widget is going to be mapped.

+
+
+

+
+
GtkWidget::mnemonic-activate
+
+

Emitted when a widget is activated via a mnemonic.

+
+
+

+
+
GtkWidget::move-focus
+
+

Emitted when the focus is moved.

+
+
+

+
+
GtkWidget::query-tooltip
+
+

Emitted when the widget’s tooltip is about to be shown.

+
+
+

+
+
GtkWidget::realize
+
+

Emitted when widget is associated with a GdkSurface.

+
+
+

+
+
GtkWidget::show
+
+

Emitted when widget is shown.

+
+
+

+
+
GtkWidget::state-flags-changed
+
+

Emitted when the widget state changes.

+
+
+

+
+
GtkWidget::unmap
+
+

Emitted when widget is going to be unmapped.

+
+
+

+
+
GtkWidget::unrealize
+
+

Emitted when the GdkSurface associated with widget is destroyed.

+
+
+

+
+ +
+
+ + + + + +
Signals inherited from GObject (1)
+
+
GObject::notify
+
+

The notify signal is emitted on an object when one of its properties has +its value set through g_object_set_property(), g_object_set(), et al.

+
+
+

+
+ +
+
+ + + + + + + + + + + +
+ + + +
+

+ Class structure + +

+ +
+
struct ClapperGtkExtraMenuButtonClass {
+  GtkWidgetClass parent_class;
+  
+}
+
+ +
+ No description available. +
+ + +
+
Class members
+ +
+ +
parent_class: GtkWidgetClass
+
No description available.
+ + +
+ +
+ + + + + + +
+
+ + + +
+ +
+ + + + +
+ +
+
+ + \ No newline at end of file diff --git a/doc/clapper-gtk/class.SimpleControls.html b/doc/clapper-gtk/class.SimpleControls.html index bcfabf8b..bd37acc8 100644 --- a/doc/clapper-gtk/class.SimpleControls.html +++ b/doc/clapper-gtk/class.SimpleControls.html @@ -105,6 +105,8 @@ SPDX-License-Identifier: LGPL-2.1-or-later
Instance methods