Skip to main content

Settings

Struct Settings 

Source
pub struct Settings { /* private fields */ }
Expand description

GtkSettings provide a mechanism to share global settings between applications.

On the X window system, this sharing is realized by an XSettings manager that is usually part of the desktop environment, along with utilities that let the user change these settings. In the absence of an Xsettings manager, GTK+ reads default values for settings from settings.ini files in /etc/gtk-3.0, $XDG_CONFIG_DIRS/gtk-3.0 and $XDG_CONFIG_HOME/gtk-3.0. These files must be valid key files (see glib::KeyFile), and have a section called Settings. Themes can also provide default values for settings by installing a settings.ini file next to their gtk.css file.

Applications can override system-wide settings by setting the property of the GtkSettings object with [ObjectExt::set()][crate::glib::prelude::ObjectExt::set()]. This should be restricted to special cases though; GtkSettings are not meant as an application configuration facility. When doing so, you need to be aware that settings that are specific to individual widgets may not be available before the widget type has been realized at least once. The following example demonstrates a way to do this:

⚠️ The following code is in C ⚠️

  gtk_init (&argc, &argv);

  // make sure the type is realized
  g_type_class_unref (g_type_class_ref (GTK_TYPE_IMAGE_MENU_ITEM));

  g_object_set (gtk_settings_get_default (), "gtk-enable-animations", FALSE, NULL);

There is one GtkSettings instance per screen. It can be obtained with for_screen(), but in many cases, it is more convenient to use WidgetExt::settings(). default() returns the GtkSettings instance for the default screen.

§Properties

§color-hash

Holds a hash table representation of the gtk-color-scheme setting, mapping color names to GdkColors.

Readable

§gtk-alternative-button-order

Readable | Writeable

§gtk-alternative-sort-arrows

Controls the direction of the sort indicators in sorted list and tree views. By default an arrow pointing down means the column is sorted in ascending order. When set to true, this order will be inverted.

Readable | Writeable

§gtk-application-prefer-dark-theme

Whether the application prefers to use a dark theme. If a GTK+ theme includes a dark variant, it will be used instead of the configured theme.

Some applications benefit from minimizing the amount of light pollution that interferes with the content. Good candidates for dark themes are photo and video editors that make the actual content get all the attention and minimize the distraction of the chrome.

Dark themes should not be used for documents, where large spaces are white/light and the dark chrome creates too much contrast (web browser, text editor…).

Readable | Writeable

§gtk-auto-mnemonics

Whether mnemonics should be automatically shown and hidden when the user presses the mnemonic activator.

Readable | Writeable

§gtk-button-images

Whether images should be shown on buttons

Readable | Writeable

§gtk-can-change-accels

Whether menu accelerators can be changed by pressing a key over the menu item.

Readable | Writeable

§gtk-color-palette

Palette to use in the deprecated color selector.

Readable | Writeable

§gtk-color-scheme

A palette of named colors for use in themes. The format of the string is

name1: color1
name2: color2
...

Color names must be acceptable as identifiers in the [gtkrc][gtk3-Resource-Files] syntax, and color specifications must be in the format accepted by gdk_color_parse().

Note that due to the way the color tables from different sources are merged, color specifications will be converted to hexadecimal form when getting this property.

Starting with GTK+ 2.12, the entries can alternatively be separated by ‘;’ instead of newlines:

name1: color1; name2: color2; ...

Readable | Writeable

§gtk-cursor-aspect-ratio

Readable | Writeable

Whether the cursor should blink.

Also see the gtk-cursor-blink-timeout setting, which allows more flexible control over cursor blinking.

Readable | Writeable

Readable | Writeable

Time after which the cursor stops blinking, in seconds. The timer is reset after each user interaction.

Setting this to zero has the same effect as setting gtk-cursor-blink to false.

Readable | Writeable

§gtk-cursor-theme-name

Readable | Writeable

§gtk-cursor-theme-size

Readable | Writeable

§gtk-decoration-layout

This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right.

The format of the string is button names, separated by commas. A colon separates the buttons that should appear on the left from those on the right. Recognized button names are minimize, maximize, close, icon (the window icon) and menu (a menu button for the fallback app menu).

For example, “menu:minimize,maximize,close” specifies a menu on the left, and minimize, maximize and close buttons on the right.

Note that buttons will only be shown when they are meaningful. E.g. a menu button only appears when the desktop shell does not show the app menu, and a close button only appears on a window that can be closed.

Also note that the setting can be overridden with the decoration-layout property.

Readable | Writeable

§gtk-dialogs-use-header

Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom.

This setting does not affect custom dialogs using GtkDialog directly, or message dialogs.

Readable | Writeable

§gtk-dnd-drag-threshold

Readable | Writeable

§gtk-double-click-distance

Readable | Writeable

§gtk-double-click-time

Readable | Writeable

§gtk-enable-accels

Whether menu items should have visible accelerators which can be activated.

Readable | Writeable

§gtk-enable-animations

Readable | Writeable

§gtk-enable-event-sounds

Whether to play any event sounds at all.

See the Sound Theme Specifications for more information on event sounds and sound themes.

GTK+ itself does not support event sounds, you have to use a loadable module like the one that comes with libcanberra.

Readable | Writeable

§gtk-enable-input-feedback-sounds

Whether to play event sounds as feedback to user input.

See the Sound Theme Specifications for more information on event sounds and sound themes.

GTK+ itself does not support event sounds, you have to use a loadable module like the one that comes with libcanberra.

Readable | Writeable

§gtk-enable-mnemonics

Whether labels and menu items should have visible mnemonics which can be activated.

Readable | Writeable

§gtk-enable-primary-paste

Whether a middle click on a mouse should paste the ‘PRIMARY’ clipboard content at the cursor location.

Readable | Writeable

§gtk-enable-tooltips

Whether tooltips should be shown on widgets.

Readable | Writeable

§gtk-entry-password-hint-timeout

How long to show the last input character in hidden entries. This value is in milliseconds. 0 disables showing the last char. 600 is a good value for enabling it.

Readable | Writeable

§gtk-entry-select-on-focus

Readable | Writeable

§gtk-error-bell

When true, keyboard navigation and other input-related errors will cause a beep. Since the error bell is implemented using Window::beep(), the windowing system may offer ways to configure the error bell in many ways, such as flashing the window or similar visual effects.

Readable | Writeable

§gtk-fallback-icon-theme

Name of a icon theme to fall back to.

Readable | Writeable

§gtk-file-chooser-backend

Name of the GtkFileChooser backend to use by default.

Readable | Writeable

§gtk-font-name

The default font to use. GTK+ uses the family name and size from this string.

Readable | Writeable

§gtk-fontconfig-timestamp

Readable | Writeable

§gtk-icon-sizes

A list of icon sizes. The list is separated by colons, and item has the form:

size-name = width , height

E.g. “gtk-menu=16,16:gtk-button=20,20:gtk-dialog=48,48”. GTK+ itself use the following named icon sizes: gtk-menu, gtk-button, gtk-small-toolbar, gtk-large-toolbar, gtk-dnd, gtk-dialog. Applications can register their own named icon sizes with gtk_icon_size_register().

Readable | Writeable

§gtk-icon-theme-name

Readable | Writeable

§gtk-im-module

Which IM (input method) module should be used by default. This is the input method that will be used if the user has not explicitly chosen another input method from the IM context menu. This also can be a colon-separated list of input methods, which GTK+ will try in turn until it finds one available on the system.

See IMContext.

Readable | Writeable

§gtk-im-preedit-style

How to draw the input method preedit string.

Readable | Writeable

§gtk-im-status-style

How to draw the input method statusbar.

Readable | Writeable

§gtk-key-theme-name

Readable | Writeable

§gtk-keynav-cursor-only

When true, keyboard navigation should be able to reach all widgets by using the cursor keys only. Tab, Shift etc. keys can’t be expected to be present on the used input device.

Readable | Writeable

§gtk-keynav-use-caret

Whether GTK+ should make sure that text can be navigated with a caret, even if it is not editable. This is useful when using a screen reader.

Readable | Writeable

§gtk-keynav-wrap-around

When true, some widgets will wrap around when doing keyboard navigation, such as menus, menubars and notebooks.

Readable | Writeable

§gtk-label-select-on-focus

Readable | Writeable

§gtk-long-press-time

The time for a button or touch press to be considered a “long press”.

Readable | Writeable

§gtk-menu-bar-accel

Keybinding to activate the menu bar.

Readable | Writeable

§gtk-menu-bar-popup-delay

Delay before the submenus of a menu bar appear.

Readable | Writeable

§gtk-menu-images

Whether images should be shown in menu items

Readable | Writeable

§gtk-menu-popdown-delay

The time before hiding a submenu when the pointer is moving towards the submenu.

Readable | Writeable

§gtk-menu-popup-delay

Minimum time the pointer must stay over a menu item before the submenu appear.

Readable | Writeable

§gtk-modules

Readable | Writeable

§gtk-overlay-scrolling

Whether scrolled windows may use overlayed scrolling indicators. If this is set to false, scrolled windows will have permanent scrollbars.

Readable | Writeable

§gtk-primary-button-warps-slider

If the value of this setting is true, clicking the primary button in a Range trough will move the slider, and hence set the range’s value, to the point that you clicked. If it is false, a primary click will cause the slider/value to move by the range’s page-size towards the point clicked.

Whichever action you choose for the primary button, the other action will be available by holding Shift and primary-clicking, or (since GTK+ 3.22.25) clicking the middle mouse button.

Readable | Writeable

§gtk-print-backends

A comma-separated list of print backends to use in the print dialog. Available print backends depend on the GTK+ installation, and may include “file”, “cups”, “lpr” or “papi”.

Readable | Writeable

§gtk-print-preview-command

A command to run for displaying the print preview. The command should contain a f placeholder, which will get replaced by the path to the pdf file. The command may also contain a s placeholder, which will get replaced by the path to a file containing the print settings in the format produced by PrintSettings::to_file().

The preview application is responsible for removing the pdf file and the print settings file when it is done.

Readable | Writeable

§gtk-recent-files-enabled

Whether GTK+ should keep track of items inside the recently used resources list. If set to false, the list will always be empty.

Readable | Writeable

§gtk-recent-files-limit

The number of recently used files that should be displayed by default by RecentChooser implementations and by the FileChooser. A value of -1 means every recently used file stored.

Readable | Writeable

§gtk-recent-files-max-age

The maximum age, in days, of the items inside the recently used resources list. Items older than this setting will be excised from the list. If set to 0, the list will always be empty; if set to -1, no item will be removed.

Readable | Writeable

§gtk-scrolled-window-placement

Where the contents of scrolled windows are located with respect to the scrollbars, if not overridden by the scrolled window’s own placement.

Readable | Writeable

§gtk-shell-shows-app-menu

Readable | Writeable

§gtk-shell-shows-desktop

Readable | Writeable

§gtk-shell-shows-menubar

Readable | Writeable

§gtk-show-input-method-menu

Readable | Writeable

§gtk-show-unicode-menu

Readable | Writeable

§gtk-sound-theme-name

The XDG sound theme to use for event sounds.

See the Sound Theme Specifications for more information on event sounds and sound themes.

GTK+ itself does not support event sounds, you have to use a loadable module like the one that comes with libcanberra.

Readable | Writeable

§gtk-split-cursor

Readable | Writeable

§gtk-theme-name

Readable | Writeable

§gtk-timeout-expand

Readable | Writeable

§gtk-timeout-initial

Readable | Writeable

§gtk-timeout-repeat

Readable | Writeable

§gtk-titlebar-double-click

This setting determines the action to take when a double-click occurs on the titlebar of client-side decorated windows.

Recognized actions are minimize, toggle-maximize, menu, lower or none.

Readable | Writeable

§gtk-titlebar-middle-click

This setting determines the action to take when a middle-click occurs on the titlebar of client-side decorated windows.

Recognized actions are minimize, toggle-maximize, menu, lower or none.

Readable | Writeable

§gtk-titlebar-right-click

This setting determines the action to take when a right-click occurs on the titlebar of client-side decorated windows.

Recognized actions are minimize, toggle-maximize, menu, lower or none.

Readable | Writeable

§gtk-toolbar-icon-size

The size of icons in default toolbars.

Readable | Writeable

§gtk-toolbar-style

The size of icons in default toolbars.

Readable | Writeable

§gtk-tooltip-browse-mode-timeout

Amount of time, in milliseconds, after which the browse mode will be disabled.

See gtk-tooltip-browse-timeout for more information about browse mode.

Readable | Writeable

§gtk-tooltip-browse-timeout

Controls the time after which tooltips will appear when browse mode is enabled, in milliseconds.

Browse mode is enabled when the mouse pointer moves off an object where a tooltip was currently being displayed. If the mouse pointer hits another object before the browse mode timeout expires (see gtk-tooltip-browse-mode-timeout), it will take the amount of milliseconds specified by this setting to popup the tooltip for the new object.

Readable | Writeable

§gtk-tooltip-timeout

Time, in milliseconds, after which a tooltip could appear if the cursor is hovering on top of a widget.

Readable | Writeable

§gtk-touchscreen-mode

When true, there are no motion notify events delivered on this screen, and widgets can’t use the pointer hovering them for any essential functionality.

Readable | Writeable

§gtk-visible-focus

Whether ‘focus rectangles’ should be always visible, never visible, or hidden until the user starts to use the keyboard.

Readable | Writeable

§gtk-xft-antialias

Readable | Writeable

§gtk-xft-dpi

Readable | Writeable

§gtk-xft-hinting

Readable | Writeable

§gtk-xft-hintstyle

Readable | Writeable

§gtk-xft-rgba

Readable | Writeable

§Implements

GtkSettingsExt, glib::ObjectExt, StyleProviderExt

Implementations§

Source§

impl Settings

Source

pub const NONE: Option<&'static Settings> = None

Source

pub fn default() -> Option<Settings>

Gets the Settings object for the default GDK screen, creating it if necessary. See for_screen().

§Returns

a Settings object. If there is no default screen, then returns None.

Source

pub fn for_screen(screen: &Screen) -> Option<Settings>

Gets the Settings object for screen, creating it if necessary.

§screen

a gdk::Screen.

§Returns

a Settings object.

Trait Implementations§

Source§

impl Clone for Settings

Source§

fn clone(&self) -> Self

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for Settings

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Display for Settings

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for Settings

Source§

impl HasParamSpec for Settings

Source§

type ParamSpec = ParamSpecObject

Source§

type SetValue = Settings

Preferred value to be used as setter for the associated ParamSpec.
Source§

type BuilderFn = fn(&str) -> ParamSpecObjectBuilder<'_, Settings>

Source§

fn param_spec_builder() -> Self::BuilderFn

Source§

impl Hash for Settings

Source§

fn hash<H>(&self, state: &mut H)
where H: Hasher,

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl IsA<StyleProvider> for Settings

Source§

impl Ord for Settings

Source§

fn cmp(&self, other: &Self) -> Ordering

This method returns an Ordering between self and other. Read more
1.21.0 (const: unstable) · Source§

fn max(self, other: Self) -> Self
where Self: Sized,

Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§

fn min(self, other: Self) -> Self
where Self: Sized,

Compares and returns the minimum of two values. Read more
1.50.0 (const: unstable) · Source§

fn clamp(self, min: Self, max: Self) -> Self
where Self: Sized,

Restrict a value to a certain interval. Read more
Source§

impl ParentClassIs for Settings

Source§

impl<OT: ObjectType> PartialEq<OT> for Settings

Source§

fn eq(&self, other: &OT) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl<OT: ObjectType> PartialOrd<OT> for Settings

Source§

fn partial_cmp(&self, other: &OT) -> Option<Ordering>

This method returns an ordering between self and other values if one exists. Read more
1.0.0 (const: unstable) · Source§

fn lt(&self, other: &Rhs) -> bool

Tests less than (for self and other) and is used by the < operator. Read more
1.0.0 (const: unstable) · Source§

fn le(&self, other: &Rhs) -> bool

Tests less than or equal to (for self and other) and is used by the <= operator. Read more
1.0.0 (const: unstable) · Source§

fn gt(&self, other: &Rhs) -> bool

Tests greater than (for self and other) and is used by the > operator. Read more
1.0.0 (const: unstable) · Source§

fn ge(&self, other: &Rhs) -> bool

Tests greater than or equal to (for self and other) and is used by the >= operator. Read more
Source§

impl StaticType for Settings

Source§

fn static_type() -> Type

Returns the type identifier of Self.

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> Cast for T
where T: ObjectType,

Source§

fn upcast<T>(self) -> T
where T: ObjectType, Self: IsA<T>,

Upcasts an object to a superclass or interface T. Read more
Source§

fn upcast_ref<T>(&self) -> &T
where T: ObjectType, Self: IsA<T>,

Upcasts an object to a reference of its superclass or interface T. Read more
Source§

fn downcast<T>(self) -> Result<T, Self>
where T: ObjectType, Self: MayDowncastTo<T>,

Tries to downcast to a subclass or interface implementor T. Read more
Source§

fn downcast_ref<T>(&self) -> Option<&T>
where T: ObjectType, Self: MayDowncastTo<T>,

Tries to downcast to a reference of its subclass or interface implementor T. Read more
Source§

fn dynamic_cast<T>(self) -> Result<T, Self>
where T: ObjectType,

Tries to cast to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while upcast will do many checks at compile-time already. downcast will perform the same checks at runtime as dynamic_cast, but will also ensure some amount of compile-time safety. Read more
Source§

fn dynamic_cast_ref<T>(&self) -> Option<&T>
where T: ObjectType,

Tries to cast to reference to an object of type T. This handles upcasting, downcasting and casting between interface and interface implementors. All checks are performed at runtime, while downcast and upcast will do many checks at compile-time already. Read more
Source§

unsafe fn unsafe_cast<T>(self) -> T
where T: ObjectType,

Casts to T unconditionally. Read more
Source§

unsafe fn unsafe_cast_ref<T>(&self) -> &T
where T: ObjectType,

Casts to &T unconditionally. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for T

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *const GList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(_: *const GList, _: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(_: *const GList, _: usize) -> Vec<T>

Source§

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for T

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *const GPtrArray, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec( _: *const GPtrArray, _: usize, ) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(_: *const GPtrArray, _: usize) -> Vec<T>

Source§

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for T

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *const GSList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(_: *const GSList, _: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(_: *const GSList, _: usize) -> Vec<T>

Source§

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for T

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(ptr: *mut GList, num: usize) -> Vec<T>

Source§

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for T

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *mut GPtrArray, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec( ptr: *mut GPtrArray, num: usize, ) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(ptr: *mut GPtrArray, num: usize) -> Vec<T>

Source§

impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for T

Source§

unsafe fn from_glib_none_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_container_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

Source§

unsafe fn from_glib_full_num_as_vec(ptr: *mut GSList, num: usize) -> Vec<T>

Source§

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for T

Source§

unsafe fn from_glib_none_as_vec(ptr: *const GList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(_: *const GList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(_: *const GList) -> Vec<T>

Source§

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for T

Source§

unsafe fn from_glib_none_as_vec(ptr: *const GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(_: *const GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(_: *const GPtrArray) -> Vec<T>

Source§

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for T

Source§

unsafe fn from_glib_none_as_vec(ptr: *const GSList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(_: *const GSList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(_: *const GSList) -> Vec<T>

Source§

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for T

Source§

unsafe fn from_glib_none_as_vec(ptr: *mut GList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(ptr: *mut GList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(ptr: *mut GList) -> Vec<T>

Source§

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for T

Source§

unsafe fn from_glib_none_as_vec(ptr: *mut GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(ptr: *mut GPtrArray) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(ptr: *mut GPtrArray) -> Vec<T>

Source§

impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for T

Source§

unsafe fn from_glib_none_as_vec(ptr: *mut GSList) -> Vec<T>

Source§

unsafe fn from_glib_container_as_vec(ptr: *mut GSList) -> Vec<T>

Source§

unsafe fn from_glib_full_as_vec(ptr: *mut GSList) -> Vec<T>

Source§

impl<'a, T, C, E> FromValueOptional<'a> for T
where T: FromValue<'a, Checker = C>, C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError<E>>, E: Error + Send + 'static,

Source§

impl<O> GtkSettingsExt for O
where O: IsA<Settings>,

Source§

fn reset_property(&self, name: &str)

Undoes the effect of calling [ObjectExt::set()][crate::glib::prelude::ObjectExt::set()] to install an application-specific value for a setting. After this call, the setting will again follow the session-wide value for this setting. Read more
Source§

fn is_gtk_alternative_button_order(&self) -> bool

Source§

fn set_gtk_alternative_button_order(&self, gtk_alternative_button_order: bool)

Source§

fn is_gtk_alternative_sort_arrows(&self) -> bool

Controls the direction of the sort indicators in sorted list and tree views. By default an arrow pointing down means the column is sorted in ascending order. When set to true, this order will be inverted.
Source§

fn set_gtk_alternative_sort_arrows(&self, gtk_alternative_sort_arrows: bool)

Controls the direction of the sort indicators in sorted list and tree views. By default an arrow pointing down means the column is sorted in ascending order. When set to true, this order will be inverted.
Source§

fn is_gtk_application_prefer_dark_theme(&self) -> bool

Whether the application prefers to use a dark theme. If a GTK+ theme includes a dark variant, it will be used instead of the configured theme. Read more
Source§

fn set_gtk_application_prefer_dark_theme( &self, gtk_application_prefer_dark_theme: bool, )

Whether the application prefers to use a dark theme. If a GTK+ theme includes a dark variant, it will be used instead of the configured theme. Read more
Source§

fn gtk_cursor_aspect_ratio(&self) -> f32

Available on crate feature v3_24 only.
Source§

fn set_gtk_cursor_aspect_ratio(&self, gtk_cursor_aspect_ratio: f32)

Available on crate feature v3_24 only.
Whether the cursor should blink. Read more
Whether the cursor should blink. Read more
Time after which the cursor stops blinking, in seconds. The timer is reset after each user interaction. Read more
Time after which the cursor stops blinking, in seconds. The timer is reset after each user interaction. Read more
Source§

fn gtk_cursor_theme_name(&self) -> Option<GString>

Source§

fn set_gtk_cursor_theme_name(&self, gtk_cursor_theme_name: Option<&str>)

Source§

fn gtk_cursor_theme_size(&self) -> i32

Source§

fn set_gtk_cursor_theme_size(&self, gtk_cursor_theme_size: i32)

Source§

fn gtk_decoration_layout(&self) -> Option<GString>

This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. Read more
Source§

fn set_gtk_decoration_layout(&self, gtk_decoration_layout: Option<&str>)

This setting determines which buttons should be put in the titlebar of client-side decorated windows, and whether they should be placed at the left of right. Read more
Source§

fn is_gtk_dialogs_use_header(&self) -> bool

Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. Read more
Source§

fn set_gtk_dialogs_use_header(&self, gtk_dialogs_use_header: bool)

Whether builtin GTK+ dialogs such as the file chooser, the color chooser or the font chooser will use a header bar at the top to show action widgets, or an action area at the bottom. Read more
Source§

fn gtk_dnd_drag_threshold(&self) -> i32

Source§

fn set_gtk_dnd_drag_threshold(&self, gtk_dnd_drag_threshold: i32)

Source§

fn gtk_double_click_distance(&self) -> i32

Source§

fn set_gtk_double_click_distance(&self, gtk_double_click_distance: i32)

Source§

fn gtk_double_click_time(&self) -> i32

Source§

fn set_gtk_double_click_time(&self, gtk_double_click_time: i32)

Source§

fn is_gtk_enable_accels(&self) -> bool

Whether menu items should have visible accelerators which can be activated.
Source§

fn set_gtk_enable_accels(&self, gtk_enable_accels: bool)

Whether menu items should have visible accelerators which can be activated.
Source§

fn is_gtk_enable_animations(&self) -> bool

Source§

fn set_gtk_enable_animations(&self, gtk_enable_animations: bool)

Source§

fn is_gtk_enable_event_sounds(&self) -> bool

Whether to play any event sounds at all. Read more
Source§

fn set_gtk_enable_event_sounds(&self, gtk_enable_event_sounds: bool)

Whether to play any event sounds at all. Read more
Source§

fn is_gtk_enable_input_feedback_sounds(&self) -> bool

Whether to play event sounds as feedback to user input. Read more
Source§

fn set_gtk_enable_input_feedback_sounds( &self, gtk_enable_input_feedback_sounds: bool, )

Whether to play event sounds as feedback to user input. Read more
Source§

fn is_gtk_enable_primary_paste(&self) -> bool

Whether a middle click on a mouse should paste the ‘PRIMARY’ clipboard content at the cursor location.
Source§

fn set_gtk_enable_primary_paste(&self, gtk_enable_primary_paste: bool)

Whether a middle click on a mouse should paste the ‘PRIMARY’ clipboard content at the cursor location.
Source§

fn gtk_entry_password_hint_timeout(&self) -> u32

How long to show the last input character in hidden entries. This value is in milliseconds. 0 disables showing the last char. 600 is a good value for enabling it.
Source§

fn set_gtk_entry_password_hint_timeout( &self, gtk_entry_password_hint_timeout: u32, )

How long to show the last input character in hidden entries. This value is in milliseconds. 0 disables showing the last char. 600 is a good value for enabling it.
Source§

fn is_gtk_entry_select_on_focus(&self) -> bool

Source§

fn set_gtk_entry_select_on_focus(&self, gtk_entry_select_on_focus: bool)

Source§

fn is_gtk_error_bell(&self) -> bool

When true, keyboard navigation and other input-related errors will cause a beep. Since the error bell is implemented using Window::beep(), the windowing system may offer ways to configure the error bell in many ways, such as flashing the window or similar visual effects.
Source§

fn set_gtk_error_bell(&self, gtk_error_bell: bool)

When true, keyboard navigation and other input-related errors will cause a beep. Since the error bell is implemented using Window::beep(), the windowing system may offer ways to configure the error bell in many ways, such as flashing the window or similar visual effects.
Source§

fn gtk_font_name(&self) -> Option<GString>

The default font to use. GTK+ uses the family name and size from this string.
Source§

fn set_gtk_font_name(&self, gtk_font_name: Option<&str>)

The default font to use. GTK+ uses the family name and size from this string.
Source§

fn gtk_fontconfig_timestamp(&self) -> u32

Source§

fn set_gtk_fontconfig_timestamp(&self, gtk_fontconfig_timestamp: u32)

Source§

fn gtk_icon_theme_name(&self) -> Option<GString>

Source§

fn set_gtk_icon_theme_name(&self, gtk_icon_theme_name: Option<&str>)

Source§

fn gtk_im_module(&self) -> Option<GString>

Which IM (input method) module should be used by default. This is the input method that will be used if the user has not explicitly chosen another input method from the IM context menu. This also can be a colon-separated list of input methods, which GTK+ will try in turn until it finds one available on the system. Read more
Source§

fn set_gtk_im_module(&self, gtk_im_module: Option<&str>)

Which IM (input method) module should be used by default. This is the input method that will be used if the user has not explicitly chosen another input method from the IM context menu. This also can be a colon-separated list of input methods, which GTK+ will try in turn until it finds one available on the system. Read more
Source§

fn gtk_key_theme_name(&self) -> Option<GString>

Source§

fn set_gtk_key_theme_name(&self, gtk_key_theme_name: Option<&str>)

Source§

fn is_gtk_keynav_use_caret(&self) -> bool

Whether GTK+ should make sure that text can be navigated with a caret, even if it is not editable. This is useful when using a screen reader.
Source§

fn set_gtk_keynav_use_caret(&self, gtk_keynav_use_caret: bool)

Whether GTK+ should make sure that text can be navigated with a caret, even if it is not editable. This is useful when using a screen reader.
Source§

fn is_gtk_label_select_on_focus(&self) -> bool

Source§

fn set_gtk_label_select_on_focus(&self, gtk_label_select_on_focus: bool)

Source§

fn gtk_long_press_time(&self) -> u32

The time for a button or touch press to be considered a “long press”.
Source§

fn set_gtk_long_press_time(&self, gtk_long_press_time: u32)

The time for a button or touch press to be considered a “long press”.
Source§

fn gtk_modules(&self) -> Option<GString>

Source§

fn set_gtk_modules(&self, gtk_modules: Option<&str>)

Source§

fn is_gtk_overlay_scrolling(&self) -> bool

Available on crate feature v3_24_9 only.
Whether scrolled windows may use overlayed scrolling indicators. If this is set to false, scrolled windows will have permanent scrollbars.
Source§

fn set_gtk_overlay_scrolling(&self, gtk_overlay_scrolling: bool)

Available on crate feature v3_24_9 only.
Whether scrolled windows may use overlayed scrolling indicators. If this is set to false, scrolled windows will have permanent scrollbars.
Source§

fn is_gtk_primary_button_warps_slider(&self) -> bool

If the value of this setting is true, clicking the primary button in a Range trough will move the slider, and hence set the range’s value, to the point that you clicked. If it is false, a primary click will cause the slider/value to move by the range’s page-size towards the point clicked. Read more
Source§

fn set_gtk_primary_button_warps_slider( &self, gtk_primary_button_warps_slider: bool, )

If the value of this setting is true, clicking the primary button in a Range trough will move the slider, and hence set the range’s value, to the point that you clicked. If it is false, a primary click will cause the slider/value to move by the range’s page-size towards the point clicked. Read more
Source§

fn gtk_print_backends(&self) -> Option<GString>

A comma-separated list of print backends to use in the print dialog. Available print backends depend on the GTK+ installation, and may include “file”, “cups”, “lpr” or “papi”.
Source§

fn set_gtk_print_backends(&self, gtk_print_backends: Option<&str>)

A comma-separated list of print backends to use in the print dialog. Available print backends depend on the GTK+ installation, and may include “file”, “cups”, “lpr” or “papi”.
Source§

fn gtk_print_preview_command(&self) -> Option<GString>

A command to run for displaying the print preview. The command should contain a f placeholder, which will get replaced by the path to the pdf file. The command may also contain a s placeholder, which will get replaced by the path to a file containing the print settings in the format produced by PrintSettings::to_file(). Read more
Source§

fn set_gtk_print_preview_command(&self, gtk_print_preview_command: Option<&str>)

A command to run for displaying the print preview. The command should contain a f placeholder, which will get replaced by the path to the pdf file. The command may also contain a s placeholder, which will get replaced by the path to a file containing the print settings in the format produced by PrintSettings::to_file(). Read more
Source§

fn is_gtk_recent_files_enabled(&self) -> bool

Whether GTK+ should keep track of items inside the recently used resources list. If set to false, the list will always be empty.
Source§

fn set_gtk_recent_files_enabled(&self, gtk_recent_files_enabled: bool)

Whether GTK+ should keep track of items inside the recently used resources list. If set to false, the list will always be empty.
Source§

fn gtk_recent_files_max_age(&self) -> i32

The maximum age, in days, of the items inside the recently used resources list. Items older than this setting will be excised from the list. If set to 0, the list will always be empty; if set to -1, no item will be removed.
Source§

fn set_gtk_recent_files_max_age(&self, gtk_recent_files_max_age: i32)

The maximum age, in days, of the items inside the recently used resources list. Items older than this setting will be excised from the list. If set to 0, the list will always be empty; if set to -1, no item will be removed.
Source§

fn is_gtk_shell_shows_app_menu(&self) -> bool

Source§

fn set_gtk_shell_shows_app_menu(&self, gtk_shell_shows_app_menu: bool)

Source§

fn is_gtk_shell_shows_desktop(&self) -> bool

Source§

fn set_gtk_shell_shows_desktop(&self, gtk_shell_shows_desktop: bool)

Source§

fn is_gtk_shell_shows_menubar(&self) -> bool

Source§

fn set_gtk_shell_shows_menubar(&self, gtk_shell_shows_menubar: bool)

Source§

fn gtk_sound_theme_name(&self) -> Option<GString>

The XDG sound theme to use for event sounds. Read more
Source§

fn set_gtk_sound_theme_name(&self, gtk_sound_theme_name: Option<&str>)

The XDG sound theme to use for event sounds. Read more
Source§

fn is_gtk_split_cursor(&self) -> bool

Source§

fn set_gtk_split_cursor(&self, gtk_split_cursor: bool)

Source§

fn gtk_theme_name(&self) -> Option<GString>

Source§

fn set_gtk_theme_name(&self, gtk_theme_name: Option<&str>)

Source§

fn gtk_titlebar_double_click(&self) -> Option<GString>

This setting determines the action to take when a double-click occurs on the titlebar of client-side decorated windows. Read more
Source§

fn set_gtk_titlebar_double_click(&self, gtk_titlebar_double_click: Option<&str>)

This setting determines the action to take when a double-click occurs on the titlebar of client-side decorated windows. Read more
Source§

fn gtk_titlebar_middle_click(&self) -> Option<GString>

This setting determines the action to take when a middle-click occurs on the titlebar of client-side decorated windows. Read more
Source§

fn set_gtk_titlebar_middle_click(&self, gtk_titlebar_middle_click: Option<&str>)

This setting determines the action to take when a middle-click occurs on the titlebar of client-side decorated windows. Read more
Source§

fn gtk_titlebar_right_click(&self) -> Option<GString>

This setting determines the action to take when a right-click occurs on the titlebar of client-side decorated windows. Read more
Source§

fn set_gtk_titlebar_right_click(&self, gtk_titlebar_right_click: Option<&str>)

This setting determines the action to take when a right-click occurs on the titlebar of client-side decorated windows. Read more
Source§

fn gtk_xft_antialias(&self) -> i32

Source§

fn set_gtk_xft_antialias(&self, gtk_xft_antialias: i32)

Source§

fn gtk_xft_dpi(&self) -> i32

Source§

fn set_gtk_xft_dpi(&self, gtk_xft_dpi: i32)

Source§

fn gtk_xft_hinting(&self) -> i32

Source§

fn set_gtk_xft_hinting(&self, gtk_xft_hinting: i32)

Source§

fn gtk_xft_hintstyle(&self) -> Option<GString>

Source§

fn set_gtk_xft_hintstyle(&self, gtk_xft_hintstyle: Option<&str>)

Source§

fn gtk_xft_rgba(&self) -> Option<GString>

Source§

fn set_gtk_xft_rgba(&self, gtk_xft_rgba: Option<&str>)

Source§

fn connect_gtk_alternative_button_order_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_alternative_sort_arrows_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_application_prefer_dark_theme_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_cursor_aspect_ratio_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v3_24 only.
Source§

fn connect_gtk_cursor_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_cursor_theme_size_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_decoration_layout_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_dialogs_use_header_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_dnd_drag_threshold_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_double_click_distance_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_double_click_time_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_enable_accels_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_enable_animations_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_enable_event_sounds_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_enable_input_feedback_sounds_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_enable_primary_paste_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_entry_password_hint_timeout_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_entry_select_on_focus_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_error_bell_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_font_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_fontconfig_timestamp_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_icon_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_im_module_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_key_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_keynav_use_caret_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_label_select_on_focus_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_long_press_time_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_modules_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_overlay_scrolling_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Available on crate feature v3_24_9 only.
Source§

fn connect_gtk_primary_button_warps_slider_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_print_backends_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_print_preview_command_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_recent_files_enabled_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_recent_files_max_age_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_shell_shows_app_menu_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_shell_shows_desktop_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_shell_shows_menubar_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_sound_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_split_cursor_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_titlebar_double_click_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_titlebar_middle_click_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_titlebar_right_click_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_xft_antialias_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_xft_dpi_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_xft_hinting_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_xft_hintstyle_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

fn connect_gtk_xft_rgba_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> IntoClosureReturnValue for T
where T: Into<Value>,

Source§

impl<U> IsSubclassableExt for U

Source§

impl<Super, Sub> MayDowncastTo<Sub> for Super
where Super: IsA<Super>, Sub: IsA<Super>,

Source§

impl<T> ObjectExt for T
where T: ObjectType,

Source§

fn is<U>(&self) -> bool
where U: StaticType,

Returns true if the object is an instance of (can be cast to) T.
Source§

fn type_(&self) -> Type

Returns the type of the object.
Source§

fn object_class(&self) -> &Class<Object>

Returns the ObjectClass of the object. Read more
Source§

fn class(&self) -> &Class<T>
where T: IsClass,

Returns the class of the object.
Source§

fn class_of<U>(&self) -> Option<&Class<U>>
where U: IsClass,

Returns the class of the object in the given type T. Read more
Source§

fn interface<U>(&self) -> Option<InterfaceRef<'_, U>>
where U: IsInterface,

Returns the interface T of the object. Read more
Source§

fn set_property(&self, property_name: &str, value: impl Into<Value>)

Sets the property property_name of the object to value value. Read more
Source§

fn set_property_from_value(&self, property_name: &str, value: &Value)

Sets the property property_name of the object to value value. Read more
Source§

fn set_properties(&self, property_values: &[(&str, &dyn ToValue)])

Sets multiple properties of the object at once. Read more
Source§

fn set_properties_from_value(&self, property_values: &[(&str, Value)])

Sets multiple properties of the object at once. Read more
Source§

fn property<V>(&self, property_name: &str) -> V
where V: for<'b> FromValue<'b> + 'static,

Gets the property property_name of the object and cast it to the type V. Read more
Source§

fn property_value(&self, property_name: &str) -> Value

Gets the property property_name of the object. Read more
Source§

fn has_property(&self, property_name: &str, type_: Option<Type>) -> bool

Check if the object has a property property_name of the given type_. Read more
Source§

fn property_type(&self, property_name: &str) -> Option<Type>

Get the type of the property property_name of this object. Read more
Source§

fn find_property(&self, property_name: &str) -> Option<ParamSpec>

Get the ParamSpec of the property property_name of this object.
Source§

fn list_properties(&self) -> PtrSlice<ParamSpec>

Return all ParamSpec of the properties of this object.
Source§

fn freeze_notify(&self) -> PropertyNotificationFreezeGuard

Freeze all property notifications until the return guard object is dropped. Read more
Source§

unsafe fn set_qdata<QD>(&self, key: Quark, value: QD)
where QD: 'static,

Set arbitrary data on this object with the given key. Read more
Source§

unsafe fn qdata<QD>(&self, key: Quark) -> Option<NonNull<QD>>
where QD: 'static,

Return previously set arbitrary data of this object with the given key. Read more
Source§

unsafe fn steal_qdata<QD>(&self, key: Quark) -> Option<QD>
where QD: 'static,

Retrieve previously set arbitrary data of this object with the given key. Read more
Source§

unsafe fn set_data<QD>(&self, key: &str, value: QD)
where QD: 'static,

Set arbitrary data on this object with the given key. Read more
Source§

unsafe fn data<QD>(&self, key: &str) -> Option<NonNull<QD>>
where QD: 'static,

Return previously set arbitrary data of this object with the given key. Read more
Source§

unsafe fn steal_data<QD>(&self, key: &str) -> Option<QD>
where QD: 'static,

Retrieve previously set arbitrary data of this object with the given key. Read more
Source§

fn block_signal(&self, handler_id: &SignalHandlerId)

Block a given signal handler. Read more
Source§

fn unblock_signal(&self, handler_id: &SignalHandlerId)

Unblock a given signal handler.
Source§

fn stop_signal_emission(&self, signal_id: SignalId, detail: Option<Quark>)

Stop emission of the currently emitted signal.
Source§

fn stop_signal_emission_by_name(&self, signal_name: &str)

Stop emission of the currently emitted signal by the (possibly detailed) signal name.
Source§

fn connect<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + Send + Sync + 'static,

Connect to the signal signal_name on this object. Read more
Source§

fn connect_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + Send + Sync + 'static,

Connect to the signal signal_id on this object. Read more
Source§

fn connect_local<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + 'static,

Connect to the signal signal_name on this object. Read more
Source§

fn connect_local_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value> + 'static,

Connect to the signal signal_id on this object. Read more
Source§

unsafe fn connect_unsafe<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value>,

Connect to the signal signal_name on this object. Read more
Source§

unsafe fn connect_unsafe_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
where F: Fn(&[Value]) -> Option<Value>,

Connect to the signal signal_id on this object. Read more
Source§

fn connect_closure( &self, signal_name: &str, after: bool, closure: RustClosure, ) -> SignalHandlerId

Connect a closure to the signal signal_name on this object. Read more
Source§

fn connect_closure_id( &self, signal_id: SignalId, details: Option<Quark>, after: bool, closure: RustClosure, ) -> SignalHandlerId

Connect a closure to the signal signal_id on this object. Read more
Source§

fn watch_closure(&self, closure: &impl AsRef<Closure>)

Limits the lifetime of closure to the lifetime of the object. When the object’s reference count drops to zero, the closure will be invalidated. An invalidated closure will ignore any calls to invoke_with_values, or invoke when using Rust closures.
Source§

fn emit<R>(&self, signal_id: SignalId, args: &[&dyn ToValue]) -> R

Emit signal by signal id. Read more
Source§

fn emit_with_values(&self, signal_id: SignalId, args: &[Value]) -> Option<Value>

Same as Self::emit but takes Value for the arguments.
Source§

fn emit_by_name<R>(&self, signal_name: &str, args: &[&dyn ToValue]) -> R

Emit signal by its name. Read more
Source§

fn emit_by_name_with_values( &self, signal_name: &str, args: &[Value], ) -> Option<Value>

Emit signal by its name. Read more
Source§

fn emit_by_name_with_details<R>( &self, signal_name: &str, details: Quark, args: &[&dyn ToValue], ) -> R

Emit signal by its name with details. Read more
Source§

fn emit_by_name_with_details_and_values( &self, signal_name: &str, details: Quark, args: &[Value], ) -> Option<Value>

Emit signal by its name with details. Read more
Source§

fn emit_with_details<R>( &self, signal_id: SignalId, details: Quark, args: &[&dyn ToValue], ) -> R

Emit signal by signal id with details. Read more
Source§

fn emit_with_details_and_values( &self, signal_id: SignalId, details: Quark, args: &[Value], ) -> Option<Value>

Emit signal by signal id with details. Read more
Source§

fn disconnect(&self, handler_id: SignalHandlerId)

Disconnect a previously connected signal handler.
Source§

fn connect_notify<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
where F: Fn(&T, &ParamSpec) + Send + Sync + 'static,

Connect to the notify signal of the object. Read more
Source§

fn connect_notify_local<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
where F: Fn(&T, &ParamSpec) + 'static,

Connect to the notify signal of the object. Read more
Source§

unsafe fn connect_notify_unsafe<F>( &self, name: Option<&str>, f: F, ) -> SignalHandlerId
where F: Fn(&T, &ParamSpec),

Connect to the notify signal of the object. Read more
Source§

fn notify(&self, property_name: &str)

Notify that the given property has changed its value. Read more
Source§

fn notify_by_pspec(&self, pspec: &ParamSpec)

Notify that the given property has changed its value. Read more
Source§

fn downgrade(&self) -> WeakRef<T>

Downgrade this object to a weak reference.
Source§

fn add_weak_ref_notify<F>(&self, f: F) -> WeakRefNotify<T>
where F: FnOnce() + Send + 'static,

Add a callback to be notified when the Object is disposed.
Source§

fn add_weak_ref_notify_local<F>(&self, f: F) -> WeakRefNotify<T>
where F: FnOnce() + 'static,

Add a callback to be notified when the Object is disposed. Read more
Source§

fn bind_property<'a, 'f, 't, O>( &'a self, source_property: &'a str, target: &'a O, target_property: &'a str, ) -> BindingBuilder<'a, 'f, 't>
where O: ObjectType,

Bind property source_property on this object to the target_property on the target object. Read more
Source§

fn ref_count(&self) -> u32

Returns the strong reference count of this object.
Source§

unsafe fn run_dispose(&self)

Runs the dispose mechanism of the object. Read more
Source§

impl<T> Property for T
where T: HasParamSpec,

Source§

type Value = T

Source§

impl<T> PropertyGet for T
where T: HasParamSpec,

Source§

type Value = T

Source§

fn get<R, F>(&self, f: F) -> R
where F: Fn(&<T as PropertyGet>::Value) -> R,

Source§

impl<T> StaticTypeExt for T
where T: StaticType,

Source§

fn ensure_type()

Ensures that the type has been registered with the type system.
Source§

impl<O> StyleProviderExt for O
where O: IsA<StyleProvider>,

Source§

fn style_property( &self, path: &WidgetPath, state: StateFlags, pspec: impl AsRef<ParamSpec>, ) -> Option<Value>

Looks up a widget style property as defined by self for the widget represented by path. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T> ToString for T
where T: Display + ?Sized,

Source§

fn to_string(&self) -> String

Converts the given value to a String. Read more
Source§

impl<T> TransparentType for T

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T> TryFromClosureReturnValue for T
where T: for<'a> FromValue<'a> + StaticType + 'static,

Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.