pub struct Settings { /* private fields */ }Expand description
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 | Writable
§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 | Writable
§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 | Writable
§gtk-auto-mnemonics
Whether mnemonics should be automatically shown and hidden when the user presses the mnemonic activator.
Readable | Writable
§gtk-button-images
Whether images should be shown on buttons
Readable | Writable
§gtk-can-change-accels
Whether menu accelerators can be changed by pressing a key over the menu item.
Readable | Writable
§gtk-color-palette
Palette to use in the deprecated color selector.
Readable | Writable
§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 | Writable
§gtk-cursor-aspect-ratio
Readable | Writable
§gtk-cursor-blink
Whether the cursor should blink.
Also see the gtk-cursor-blink-timeout setting,
which allows more flexible control over cursor blinking.
Readable | Writable
§gtk-cursor-blink-time
Readable | Writable
§gtk-cursor-blink-timeout
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 | Writable
§gtk-cursor-theme-name
Readable | Writable
§gtk-cursor-theme-size
Readable | Writable
§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 | Writable
§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 | Writable
§gtk-dnd-drag-threshold
Readable | Writable
§gtk-double-click-distance
Readable | Writable
§gtk-double-click-time
Readable | Writable
§gtk-enable-accels
Whether menu items should have visible accelerators which can be activated.
Readable | Writable
§gtk-enable-animations
Readable | Writable
§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 | Writable
§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 | Writable
§gtk-enable-mnemonics
Whether labels and menu items should have visible mnemonics which can be activated.
Readable | Writable
§gtk-enable-primary-paste
Whether a middle click on a mouse should paste the ‘PRIMARY’ clipboard content at the cursor location.
Readable | Writable
§gtk-enable-tooltips
Whether tooltips should be shown on widgets.
Readable | Writable
§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 | Writable
§gtk-entry-select-on-focus
Readable | Writable
§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 | Writable
§gtk-fallback-icon-theme
Name of a icon theme to fall back to.
Readable | Writable
§gtk-file-chooser-backend
Name of the GtkFileChooser backend to use by default.
Readable | Writable
§gtk-font-name
The default font to use. GTK+ uses the family name and size from this string.
Readable | Writable
§gtk-fontconfig-timestamp
Readable | Writable
§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 | Writable
§gtk-icon-theme-name
Readable | Writable
§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 | Writable
§gtk-im-preedit-style
How to draw the input method preedit string.
Readable | Writable
§gtk-im-status-style
How to draw the input method statusbar.
Readable | Writable
§gtk-key-theme-name
Readable | Writable
§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 | Writable
§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 | Writable
§gtk-keynav-wrap-around
When true, some widgets will wrap around when doing keyboard
navigation, such as menus, menubars and notebooks.
Readable | Writable
§gtk-label-select-on-focus
Readable | Writable
§gtk-long-press-time
The time for a button or touch press to be considered a “long press”.
Readable | Writable
§gtk-menu-bar-accel
Keybinding to activate the menu bar.
Readable | Writable
§gtk-menu-bar-popup-delay
Delay before the submenus of a menu bar appear.
Readable | Writable
§gtk-menu-images
Whether images should be shown in menu items
Readable | Writable
§gtk-menu-popdown-delay
The time before hiding a submenu when the pointer is moving towards the submenu.
Readable | Writable
§gtk-menu-popup-delay
Minimum time the pointer must stay over a menu item before the submenu appear.
Readable | Writable
§gtk-modules
Readable | Writable
§gtk-overlay-scrolling
Whether scrolled windows may use overlayed scrolling indicators.
If this is set to false, scrolled windows will have permanent
scrollbars.
Readable | Writable
§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 | Writable
§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 | Writable
§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 | Writable
§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 | Writable
§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 | Writable
§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 | Writable
§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 | Writable
§gtk-shell-shows-app-menu
Readable | Writable
§gtk-shell-shows-desktop
Readable | Writable
§gtk-shell-shows-menubar
Readable | Writable
§gtk-show-input-method-menu
Readable | Writable
§gtk-show-unicode-menu
Readable | Writable
§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 | Writable
§gtk-split-cursor
Readable | Writable
§gtk-theme-name
Readable | Writable
§gtk-timeout-expand
Readable | Writable
§gtk-timeout-initial
Readable | Writable
§gtk-timeout-repeat
Readable | Writable
§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 | Writable
§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 | Writable
§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 | Writable
§gtk-toolbar-icon-size
The size of icons in default toolbars.
Readable | Writable
§gtk-toolbar-style
The size of icons in default toolbars.
Readable | Writable
§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 | Writable
§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 | Writable
§gtk-tooltip-timeout
Time, in milliseconds, after which a tooltip could appear if the cursor is hovering on top of a widget.
Readable | Writable
§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 | Writable
§gtk-visible-focus
Whether ‘focus rectangles’ should be always visible, never visible, or hidden until the user starts to use the keyboard.
Readable | Writable
§gtk-xft-antialias
Readable | Writable
§gtk-xft-dpi
Readable | Writable
§gtk-xft-hinting
Readable | Writable
§gtk-xft-hintstyle
Readable | Writable
§gtk-xft-rgba
Readable | Writable
§Implements
GtkSettingsExt, [trait@glib::ObjectExt], StyleProviderExt
GLib type: GObject with reference counted clone semantics.
Implementations§
Source§impl Settings
impl Settings
pub const NONE: Option<&'static Settings> = None
Sourcepub fn default() -> Option<Settings>
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.
Sourcepub fn for_screen(screen: &Screen) -> Option<Settings>
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§
impl Eq for Settings
Source§impl HasParamSpec for Settings
impl HasParamSpec for Settings
impl IsA<StyleProvider> for Settings
Source§impl Ord for Settings
impl Ord for Settings
Source§fn cmp(&self, other: &Self) -> Ordering
fn cmp(&self, other: &Self) -> Ordering
Comparison for two GObjects.
Compares the memory addresses of the provided objects.
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Source§impl<OT: ObjectType> PartialEq<OT> for Settings
impl<OT: ObjectType> PartialEq<OT> for Settings
Source§impl<OT: ObjectType> PartialOrd<OT> for Settings
impl<OT: ObjectType> PartialOrd<OT> for Settings
Source§fn partial_cmp(&self, other: &OT) -> Option<Ordering>
fn partial_cmp(&self, other: &OT) -> Option<Ordering>
Partial comparison for two GObjects.
Compares the memory addresses of the provided objects.
Source§impl StaticType for Settings
impl StaticType for Settings
Source§fn static_type() -> Type
fn static_type() -> Type
Self.Auto Trait Implementations§
impl !Send for Settings
impl !Sync for Settings
impl Freeze for Settings
impl RefUnwindSafe for Settings
impl Unpin for Settings
impl UnsafeUnpin for Settings
impl UnwindSafe for Settings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> Cast for Twhere
T: ObjectType,
impl<T> Cast for Twhere
T: ObjectType,
Source§fn upcast<T>(self) -> Twhere
T: ObjectType,
Self: IsA<T>,
fn upcast<T>(self) -> Twhere
T: ObjectType,
Self: IsA<T>,
T. Read moreSource§fn upcast_ref<T>(&self) -> &Twhere
T: ObjectType,
Self: IsA<T>,
fn upcast_ref<T>(&self) -> &Twhere
T: ObjectType,
Self: IsA<T>,
T. Read moreSource§fn downcast<T>(self) -> Result<T, Self>where
T: ObjectType,
Self: MayDowncastTo<T>,
fn downcast<T>(self) -> Result<T, Self>where
T: ObjectType,
Self: MayDowncastTo<T>,
T. Read moreSource§fn downcast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
Self: MayDowncastTo<T>,
fn downcast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
Self: MayDowncastTo<T>,
T. Read moreSource§fn dynamic_cast<T>(self) -> Result<T, Self>where
T: ObjectType,
fn dynamic_cast<T>(self) -> Result<T, Self>where
T: ObjectType,
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 moreSource§fn dynamic_cast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
fn dynamic_cast_ref<T>(&self) -> Option<&T>where
T: ObjectType,
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 moreSource§unsafe fn unsafe_cast<T>(self) -> Twhere
T: ObjectType,
unsafe fn unsafe_cast<T>(self) -> Twhere
T: ObjectType,
T unconditionally. Read moreSource§unsafe fn unsafe_cast_ref<T>(&self) -> &Twhere
T: ObjectType,
unsafe fn unsafe_cast_ref<T>(&self) -> &Twhere
T: ObjectType,
&T unconditionally. Read moreSource§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
Source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
Source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
Source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
Source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
Source§impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
Source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GList) -> Vec<T>
unsafe fn from_glib_container_as_vec(_: *const GList) -> Vec<T>
unsafe fn from_glib_full_as_vec(_: *const GList) -> Vec<T>
Source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GPtrArray) -> Vec<T>
unsafe fn from_glib_container_as_vec(_: *const GPtrArray) -> Vec<T>
unsafe fn from_glib_full_as_vec(_: *const GPtrArray) -> Vec<T>
Source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *const GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *const GSList) -> Vec<T>
unsafe fn from_glib_container_as_vec(_: *const GSList) -> Vec<T>
unsafe fn from_glib_full_as_vec(_: *const GSList) -> Vec<T>
Source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GList) -> Vec<T>
unsafe fn from_glib_container_as_vec(ptr: *mut GList) -> Vec<T>
unsafe fn from_glib_full_as_vec(ptr: *mut GList) -> Vec<T>
Source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GPtrArray> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GPtrArray) -> Vec<T>
unsafe fn from_glib_container_as_vec(ptr: *mut GPtrArray) -> Vec<T>
unsafe fn from_glib_full_as_vec(ptr: *mut GPtrArray) -> Vec<T>
Source§impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
impl<T> FromGlibPtrArrayContainerAsVec<<T as GlibPtrDefault>::GlibType, *mut GSList> for Twhere
T: GlibPtrDefault + FromGlibPtrNone<<T as GlibPtrDefault>::GlibType> + FromGlibPtrFull<<T as GlibPtrDefault>::GlibType>,
unsafe fn from_glib_none_as_vec(ptr: *mut GSList) -> Vec<T>
unsafe fn from_glib_container_as_vec(ptr: *mut GSList) -> Vec<T>
unsafe fn from_glib_full_as_vec(ptr: *mut GSList) -> Vec<T>
impl<'a, T, C, E> FromValueOptional<'a> for Twhere
T: FromValue<'a, Checker = C>,
C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError<E>>,
E: Error + Send + 'static,
Source§impl<O> GtkSettingsExt for O
impl<O> GtkSettingsExt for O
Source§fn reset_property(&self, name: &str)
fn reset_property(&self, name: &str)
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 moreSource§fn is_gtk_alternative_sort_arrows(&self) -> bool
fn is_gtk_alternative_sort_arrows(&self) -> bool
true, this order will be inverted.Source§fn set_gtk_alternative_sort_arrows(&self, gtk_alternative_sort_arrows: bool)
fn set_gtk_alternative_sort_arrows(&self, gtk_alternative_sort_arrows: bool)
true, this order will be inverted.Source§fn is_gtk_application_prefer_dark_theme(&self) -> bool
fn is_gtk_application_prefer_dark_theme(&self) -> bool
Source§fn set_gtk_application_prefer_dark_theme(
&self,
gtk_application_prefer_dark_theme: bool,
)
fn set_gtk_application_prefer_dark_theme( &self, gtk_application_prefer_dark_theme: bool, )
Source§fn gtk_cursor_aspect_ratio(&self) -> f32
fn gtk_cursor_aspect_ratio(&self) -> f32
v3_24 only.Source§fn set_gtk_cursor_aspect_ratio(&self, gtk_cursor_aspect_ratio: f32)
fn set_gtk_cursor_aspect_ratio(&self, gtk_cursor_aspect_ratio: f32)
v3_24 only.Source§fn is_gtk_cursor_blink(&self) -> bool
fn is_gtk_cursor_blink(&self) -> bool
Source§fn set_gtk_cursor_blink(&self, gtk_cursor_blink: bool)
fn set_gtk_cursor_blink(&self, gtk_cursor_blink: bool)
fn gtk_cursor_blink_time(&self) -> i32
fn set_gtk_cursor_blink_time(&self, gtk_cursor_blink_time: i32)
Source§fn gtk_cursor_blink_timeout(&self) -> i32
fn gtk_cursor_blink_timeout(&self) -> i32
Source§fn set_gtk_cursor_blink_timeout(&self, gtk_cursor_blink_timeout: i32)
fn set_gtk_cursor_blink_timeout(&self, gtk_cursor_blink_timeout: i32)
fn gtk_cursor_theme_name(&self) -> Option<GString>
fn set_gtk_cursor_theme_name(&self, gtk_cursor_theme_name: Option<&str>)
fn gtk_cursor_theme_size(&self) -> i32
fn set_gtk_cursor_theme_size(&self, gtk_cursor_theme_size: i32)
Source§fn gtk_decoration_layout(&self) -> Option<GString>
fn gtk_decoration_layout(&self) -> Option<GString>
Source§fn set_gtk_decoration_layout(&self, gtk_decoration_layout: Option<&str>)
fn set_gtk_decoration_layout(&self, gtk_decoration_layout: Option<&str>)
Source§fn is_gtk_dialogs_use_header(&self) -> bool
fn is_gtk_dialogs_use_header(&self) -> bool
Source§fn set_gtk_dialogs_use_header(&self, gtk_dialogs_use_header: bool)
fn set_gtk_dialogs_use_header(&self, gtk_dialogs_use_header: bool)
fn gtk_dnd_drag_threshold(&self) -> i32
fn set_gtk_dnd_drag_threshold(&self, gtk_dnd_drag_threshold: i32)
fn gtk_double_click_distance(&self) -> i32
fn set_gtk_double_click_distance(&self, gtk_double_click_distance: i32)
fn gtk_double_click_time(&self) -> i32
fn set_gtk_double_click_time(&self, gtk_double_click_time: i32)
Source§fn is_gtk_enable_accels(&self) -> bool
fn is_gtk_enable_accels(&self) -> bool
Source§fn set_gtk_enable_accels(&self, gtk_enable_accels: bool)
fn set_gtk_enable_accels(&self, gtk_enable_accels: bool)
fn is_gtk_enable_animations(&self) -> bool
fn set_gtk_enable_animations(&self, gtk_enable_animations: bool)
Source§fn is_gtk_enable_event_sounds(&self) -> bool
fn is_gtk_enable_event_sounds(&self) -> bool
Source§fn set_gtk_enable_event_sounds(&self, gtk_enable_event_sounds: bool)
fn set_gtk_enable_event_sounds(&self, gtk_enable_event_sounds: bool)
Source§fn is_gtk_enable_input_feedback_sounds(&self) -> bool
fn is_gtk_enable_input_feedback_sounds(&self) -> bool
Source§fn set_gtk_enable_input_feedback_sounds(
&self,
gtk_enable_input_feedback_sounds: bool,
)
fn set_gtk_enable_input_feedback_sounds( &self, gtk_enable_input_feedback_sounds: bool, )
Source§fn is_gtk_enable_primary_paste(&self) -> bool
fn is_gtk_enable_primary_paste(&self) -> bool
Source§fn set_gtk_enable_primary_paste(&self, gtk_enable_primary_paste: bool)
fn set_gtk_enable_primary_paste(&self, gtk_enable_primary_paste: bool)
Source§fn gtk_entry_password_hint_timeout(&self) -> u32
fn gtk_entry_password_hint_timeout(&self) -> u32
Source§fn set_gtk_entry_password_hint_timeout(
&self,
gtk_entry_password_hint_timeout: u32,
)
fn set_gtk_entry_password_hint_timeout( &self, gtk_entry_password_hint_timeout: u32, )
fn is_gtk_entry_select_on_focus(&self) -> bool
fn set_gtk_entry_select_on_focus(&self, gtk_entry_select_on_focus: bool)
Source§fn is_gtk_error_bell(&self) -> bool
fn is_gtk_error_bell(&self) -> bool
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)
fn set_gtk_error_bell(&self, gtk_error_bell: bool)
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>
fn gtk_font_name(&self) -> Option<GString>
Source§fn set_gtk_font_name(&self, gtk_font_name: Option<&str>)
fn set_gtk_font_name(&self, gtk_font_name: Option<&str>)
fn gtk_fontconfig_timestamp(&self) -> u32
fn set_gtk_fontconfig_timestamp(&self, gtk_fontconfig_timestamp: u32)
fn gtk_icon_theme_name(&self) -> Option<GString>
fn set_gtk_icon_theme_name(&self, gtk_icon_theme_name: Option<&str>)
Source§fn gtk_im_module(&self) -> Option<GString>
fn gtk_im_module(&self) -> Option<GString>
Source§fn set_gtk_im_module(&self, gtk_im_module: Option<&str>)
fn set_gtk_im_module(&self, gtk_im_module: Option<&str>)
fn gtk_key_theme_name(&self) -> Option<GString>
fn set_gtk_key_theme_name(&self, gtk_key_theme_name: Option<&str>)
fn is_gtk_label_select_on_focus(&self) -> bool
fn set_gtk_label_select_on_focus(&self, gtk_label_select_on_focus: bool)
Source§fn gtk_long_press_time(&self) -> u32
fn gtk_long_press_time(&self) -> u32
Source§fn set_gtk_long_press_time(&self, gtk_long_press_time: u32)
fn set_gtk_long_press_time(&self, gtk_long_press_time: u32)
fn gtk_modules(&self) -> Option<GString>
fn set_gtk_modules(&self, gtk_modules: Option<&str>)
Source§fn is_gtk_overlay_scrolling(&self) -> bool
fn is_gtk_overlay_scrolling(&self) -> bool
v3_24_9 only.false, scrolled windows will have permanent
scrollbars.Source§fn set_gtk_overlay_scrolling(&self, gtk_overlay_scrolling: bool)
fn set_gtk_overlay_scrolling(&self, gtk_overlay_scrolling: bool)
v3_24_9 only.false, scrolled windows will have permanent
scrollbars.Source§fn gtk_print_backends(&self) -> Option<GString>
fn gtk_print_backends(&self) -> Option<GString>
Source§fn set_gtk_print_backends(&self, gtk_print_backends: Option<&str>)
fn set_gtk_print_backends(&self, gtk_print_backends: Option<&str>)
Source§fn gtk_print_preview_command(&self) -> Option<GString>
fn gtk_print_preview_command(&self) -> Option<GString>
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 moreSource§fn set_gtk_print_preview_command(&self, gtk_print_preview_command: Option<&str>)
fn set_gtk_print_preview_command(&self, gtk_print_preview_command: Option<&str>)
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 moreSource§fn is_gtk_recent_files_enabled(&self) -> bool
fn is_gtk_recent_files_enabled(&self) -> bool
false, the list will always be empty.Source§fn set_gtk_recent_files_enabled(&self, gtk_recent_files_enabled: bool)
fn set_gtk_recent_files_enabled(&self, gtk_recent_files_enabled: bool)
false, the list will always be empty.Source§fn gtk_recent_files_max_age(&self) -> i32
fn gtk_recent_files_max_age(&self) -> i32
Source§fn set_gtk_recent_files_max_age(&self, gtk_recent_files_max_age: i32)
fn set_gtk_recent_files_max_age(&self, gtk_recent_files_max_age: i32)
fn is_gtk_shell_shows_desktop(&self) -> bool
fn set_gtk_shell_shows_desktop(&self, gtk_shell_shows_desktop: bool)
Source§fn gtk_sound_theme_name(&self) -> Option<GString>
fn gtk_sound_theme_name(&self) -> Option<GString>
Source§fn set_gtk_sound_theme_name(&self, gtk_sound_theme_name: Option<&str>)
fn set_gtk_sound_theme_name(&self, gtk_sound_theme_name: Option<&str>)
fn is_gtk_split_cursor(&self) -> bool
fn set_gtk_split_cursor(&self, gtk_split_cursor: bool)
fn gtk_theme_name(&self) -> Option<GString>
fn set_gtk_theme_name(&self, gtk_theme_name: Option<&str>)
Source§fn gtk_titlebar_double_click(&self) -> Option<GString>
fn gtk_titlebar_double_click(&self) -> Option<GString>
Source§fn set_gtk_titlebar_double_click(&self, gtk_titlebar_double_click: Option<&str>)
fn set_gtk_titlebar_double_click(&self, gtk_titlebar_double_click: Option<&str>)
Source§fn gtk_titlebar_middle_click(&self) -> Option<GString>
fn gtk_titlebar_middle_click(&self) -> Option<GString>
Source§fn set_gtk_titlebar_middle_click(&self, gtk_titlebar_middle_click: Option<&str>)
fn set_gtk_titlebar_middle_click(&self, gtk_titlebar_middle_click: Option<&str>)
Source§fn gtk_titlebar_right_click(&self) -> Option<GString>
fn gtk_titlebar_right_click(&self) -> Option<GString>
Source§fn set_gtk_titlebar_right_click(&self, gtk_titlebar_right_click: Option<&str>)
fn set_gtk_titlebar_right_click(&self, gtk_titlebar_right_click: Option<&str>)
fn gtk_xft_antialias(&self) -> i32
fn set_gtk_xft_antialias(&self, gtk_xft_antialias: i32)
fn gtk_xft_dpi(&self) -> i32
fn set_gtk_xft_dpi(&self, gtk_xft_dpi: i32)
fn gtk_xft_hinting(&self) -> i32
fn set_gtk_xft_hinting(&self, gtk_xft_hinting: i32)
fn gtk_xft_hintstyle(&self) -> Option<GString>
fn set_gtk_xft_hintstyle(&self, gtk_xft_hintstyle: Option<&str>)
fn gtk_xft_rgba(&self) -> Option<GString>
fn set_gtk_xft_rgba(&self, gtk_xft_rgba: Option<&str>)
fn connect_gtk_alternative_sort_arrows_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
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
fn connect_gtk_cursor_aspect_ratio_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
v3_24 only.fn connect_gtk_cursor_blink_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_cursor_blink_time_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_cursor_blink_timeout_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_cursor_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_cursor_theme_size_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_decoration_layout_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_dialogs_use_header_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_dnd_drag_threshold_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_double_click_distance_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_double_click_time_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_enable_accels_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_enable_animations_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_enable_event_sounds_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_enable_input_feedback_sounds_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_enable_primary_paste_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_entry_password_hint_timeout_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_entry_select_on_focus_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_error_bell_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_font_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_fontconfig_timestamp_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_icon_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_im_module_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_key_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_label_select_on_focus_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_long_press_time_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
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
fn connect_gtk_overlay_scrolling_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
v3_24_9 only.fn connect_gtk_print_backends_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_print_preview_command_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_recent_files_enabled_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_recent_files_max_age_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_shell_shows_desktop_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_sound_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_split_cursor_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_theme_name_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_titlebar_double_click_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_titlebar_middle_click_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_titlebar_right_click_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_xft_antialias_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_xft_dpi_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_xft_hinting_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_xft_hintstyle_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
fn connect_gtk_xft_rgba_notify<F: Fn(&Self) + 'static>( &self, f: F, ) -> SignalHandlerId
Source§impl<T> IntoClosureReturnValue for T
impl<T> IntoClosureReturnValue for T
fn into_closure_return_value(self) -> Option<Value>
Source§impl<U> IsSubclassableExt for Uwhere
U: IsClass + ParentClassIs,
impl<U> IsSubclassableExt for Uwhere
U: IsClass + ParentClassIs,
fn parent_class_init<T>(class: &mut Class<U>)
fn parent_instance_init<T>(instance: &mut InitializingObject<T>)
impl<Super, Sub> MayDowncastTo<Sub> for Super
Source§impl<T> ObjectExt for Twhere
T: ObjectType,
impl<T> ObjectExt for Twhere
T: ObjectType,
Source§fn is<U>(&self) -> boolwhere
U: StaticType,
fn is<U>(&self) -> boolwhere
U: StaticType,
true if the object is an instance of (can be cast to) T.Source§fn object_class(&self) -> &Class<Object>
fn object_class(&self) -> &Class<Object>
ObjectClass of the object. Read moreSource§fn class_of<U>(&self) -> Option<&Class<U>>where
U: IsClass,
fn class_of<U>(&self) -> Option<&Class<U>>where
U: IsClass,
T. Read moreSource§fn interface<U>(&self) -> Option<InterfaceRef<'_, U>>where
U: IsInterface,
fn interface<U>(&self) -> Option<InterfaceRef<'_, U>>where
U: IsInterface,
T of the object. Read moreSource§fn set_property_from_value(&self, property_name: &str, value: &Value)
fn set_property_from_value(&self, property_name: &str, value: &Value)
Source§fn set_properties(&self, property_values: &[(&str, &dyn ToValue)])
fn set_properties(&self, property_values: &[(&str, &dyn ToValue)])
Source§fn set_properties_from_value(&self, property_values: &[(&str, Value)])
fn set_properties_from_value(&self, property_values: &[(&str, Value)])
Source§fn property<V>(&self, property_name: &str) -> Vwhere
V: for<'b> FromValue<'b> + 'static,
fn property<V>(&self, property_name: &str) -> Vwhere
V: for<'b> FromValue<'b> + 'static,
property_name of the object and cast it to the type V. Read moreSource§fn property_value(&self, property_name: &str) -> Value
fn property_value(&self, property_name: &str) -> Value
property_name of the object. Read moreSource§fn has_property(&self, property_name: &str) -> bool
fn has_property(&self, property_name: &str) -> bool
property_name.Source§fn has_property_with_type(&self, property_name: &str, type_: Type) -> bool
fn has_property_with_type(&self, property_name: &str, type_: Type) -> bool
property_name of the given type_.Source§fn property_type(&self, property_name: &str) -> Option<Type>
fn property_type(&self, property_name: &str) -> Option<Type>
property_name of this object. Read moreSource§fn find_property(&self, property_name: &str) -> Option<ParamSpec>
fn find_property(&self, property_name: &str) -> Option<ParamSpec>
ParamSpec of the property property_name of this object.Source§fn list_properties(&self) -> PtrSlice<ParamSpec>
fn list_properties(&self) -> PtrSlice<ParamSpec>
ParamSpec of the properties of this object.Source§fn freeze_notify(&self) -> PropertyNotificationFreezeGuard
fn freeze_notify(&self) -> PropertyNotificationFreezeGuard
Source§unsafe fn set_qdata<QD>(&self, key: Quark, value: QD)where
QD: 'static,
unsafe fn set_qdata<QD>(&self, key: Quark, value: QD)where
QD: 'static,
key. Read moreSource§unsafe fn qdata<QD>(&self, key: Quark) -> Option<NonNull<QD>>where
QD: 'static,
unsafe fn qdata<QD>(&self, key: Quark) -> Option<NonNull<QD>>where
QD: 'static,
key. Read moreSource§unsafe fn steal_qdata<QD>(&self, key: Quark) -> Option<QD>where
QD: 'static,
unsafe fn steal_qdata<QD>(&self, key: Quark) -> Option<QD>where
QD: 'static,
key. Read moreSource§unsafe fn set_data<QD>(&self, key: &str, value: QD)where
QD: 'static,
unsafe fn set_data<QD>(&self, key: &str, value: QD)where
QD: 'static,
key. Read moreSource§unsafe fn data<QD>(&self, key: &str) -> Option<NonNull<QD>>where
QD: 'static,
unsafe fn data<QD>(&self, key: &str) -> Option<NonNull<QD>>where
QD: 'static,
key. Read moreSource§unsafe fn steal_data<QD>(&self, key: &str) -> Option<QD>where
QD: 'static,
unsafe fn steal_data<QD>(&self, key: &str) -> Option<QD>where
QD: 'static,
key. Read moreSource§fn block_signal(&self, handler_id: &SignalHandlerId)
fn block_signal(&self, handler_id: &SignalHandlerId)
Source§fn unblock_signal(&self, handler_id: &SignalHandlerId)
fn unblock_signal(&self, handler_id: &SignalHandlerId)
Source§fn stop_signal_emission(&self, signal_id: SignalId, detail: Option<Quark>)
fn stop_signal_emission(&self, signal_id: SignalId, detail: Option<Quark>)
Source§fn stop_signal_emission_by_name(&self, signal_name: &str)
fn stop_signal_emission_by_name(&self, signal_name: &str)
Source§fn connect<F>(
&self,
signal_name: &str,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
signal_name on this object. Read moreSource§fn connect_id<F>(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
signal_id on this object. Read moreSource§fn connect_local<F>(
&self,
signal_name: &str,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect_local<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
signal_name on this object. Read moreSource§fn connect_local_id<F>(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
callback: F,
) -> SignalHandlerId
fn connect_local_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
signal_id on this object. Read moreSource§unsafe fn connect_unsafe<F>(
&self,
signal_name: &str,
after: bool,
callback: F,
) -> SignalHandlerId
unsafe fn connect_unsafe<F>( &self, signal_name: &str, after: bool, callback: F, ) -> SignalHandlerId
signal_name on this object. Read moreSource§unsafe fn connect_unsafe_id<F>(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
callback: F,
) -> SignalHandlerId
unsafe fn connect_unsafe_id<F>( &self, signal_id: SignalId, details: Option<Quark>, after: bool, callback: F, ) -> SignalHandlerId
signal_id on this object. Read moreSource§fn connect_closure(
&self,
signal_name: &str,
after: bool,
closure: RustClosure,
) -> SignalHandlerId
fn connect_closure( &self, signal_name: &str, after: bool, closure: RustClosure, ) -> SignalHandlerId
signal_name on this object. Read moreSource§fn connect_closure_id(
&self,
signal_id: SignalId,
details: Option<Quark>,
after: bool,
closure: RustClosure,
) -> SignalHandlerId
fn connect_closure_id( &self, signal_id: SignalId, details: Option<Quark>, after: bool, closure: RustClosure, ) -> SignalHandlerId
signal_id on this object. Read moreSource§fn watch_closure(&self, closure: &impl AsRef<Closure>)
fn watch_closure(&self, closure: &impl AsRef<Closure>)
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]) -> Rwhere
R: TryFromClosureReturnValue,
fn emit<R>(&self, signal_id: SignalId, args: &[&dyn ToValue]) -> Rwhere
R: TryFromClosureReturnValue,
Source§fn emit_with_values(&self, signal_id: SignalId, args: &[Value]) -> Option<Value>
fn emit_with_values(&self, signal_id: SignalId, args: &[Value]) -> Option<Value>
Self::emit but takes Value for the arguments.Source§fn emit_by_name<R>(&self, signal_name: &str, args: &[&dyn ToValue]) -> Rwhere
R: TryFromClosureReturnValue,
fn emit_by_name<R>(&self, signal_name: &str, args: &[&dyn ToValue]) -> Rwhere
R: TryFromClosureReturnValue,
Source§fn emit_by_name_with_values(
&self,
signal_name: &str,
args: &[Value],
) -> Option<Value>
fn emit_by_name_with_values( &self, signal_name: &str, args: &[Value], ) -> Option<Value>
Source§fn emit_by_name_with_details<R>(
&self,
signal_name: &str,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
fn emit_by_name_with_details<R>(
&self,
signal_name: &str,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
Source§fn emit_by_name_with_details_and_values(
&self,
signal_name: &str,
details: Quark,
args: &[Value],
) -> Option<Value>
fn emit_by_name_with_details_and_values( &self, signal_name: &str, details: Quark, args: &[Value], ) -> Option<Value>
Source§fn emit_with_details<R>(
&self,
signal_id: SignalId,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
fn emit_with_details<R>(
&self,
signal_id: SignalId,
details: Quark,
args: &[&dyn ToValue],
) -> Rwhere
R: TryFromClosureReturnValue,
Source§fn emit_with_details_and_values(
&self,
signal_id: SignalId,
details: Quark,
args: &[Value],
) -> Option<Value>
fn emit_with_details_and_values( &self, signal_id: SignalId, details: Quark, args: &[Value], ) -> Option<Value>
Source§fn disconnect(&self, handler_id: SignalHandlerId)
fn disconnect(&self, handler_id: SignalHandlerId)
Source§fn connect_notify<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
fn connect_notify<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
notify signal of the object. Read moreSource§fn connect_notify_local<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
fn connect_notify_local<F>(&self, name: Option<&str>, f: F) -> SignalHandlerId
notify signal of the object. Read moreSource§unsafe fn connect_notify_unsafe<F>(
&self,
name: Option<&str>,
f: F,
) -> SignalHandlerId
unsafe fn connect_notify_unsafe<F>( &self, name: Option<&str>, f: F, ) -> SignalHandlerId
notify signal of the object. Read more