pub trait GtkSettingsExt: IsA<Settings> + Sealed + 'static {
Show 148 methods // Provided methods fn reset_property(&self, name: &str) { ... } fn is_gtk_alternative_button_order(&self) -> bool { ... } fn set_gtk_alternative_button_order( &self, gtk_alternative_button_order: bool ) { ... } fn is_gtk_alternative_sort_arrows(&self) -> bool { ... } fn set_gtk_alternative_sort_arrows(&self, gtk_alternative_sort_arrows: bool) { ... } fn is_gtk_application_prefer_dark_theme(&self) -> bool { ... } fn set_gtk_application_prefer_dark_theme( &self, gtk_application_prefer_dark_theme: bool ) { ... } fn is_gtk_cursor_blink(&self) -> 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) { ... } fn gtk_cursor_blink_timeout(&self) -> 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) { ... } fn gtk_decoration_layout(&self) -> Option<GString> { ... } fn set_gtk_decoration_layout(&self, gtk_decoration_layout: Option<&str>) { ... } fn is_gtk_dialogs_use_header(&self) -> 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) { ... } fn is_gtk_enable_accels(&self) -> 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) { ... } fn is_gtk_enable_event_sounds(&self) -> bool { ... } fn set_gtk_enable_event_sounds(&self, gtk_enable_event_sounds: bool) { ... } fn is_gtk_enable_input_feedback_sounds(&self) -> bool { ... } fn set_gtk_enable_input_feedback_sounds( &self, gtk_enable_input_feedback_sounds: bool ) { ... } fn is_gtk_enable_primary_paste(&self) -> bool { ... } fn set_gtk_enable_primary_paste(&self, gtk_enable_primary_paste: bool) { ... } fn gtk_entry_password_hint_timeout(&self) -> 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) { ... } fn is_gtk_error_bell(&self) -> bool { ... } fn set_gtk_error_bell(&self, gtk_error_bell: bool) { ... } fn gtk_font_name(&self) -> Option<GString> { ... } 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>) { ... } fn gtk_im_module(&self) -> Option<GString> { ... } 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_keynav_use_caret(&self) -> bool { ... } fn set_gtk_keynav_use_caret(&self, gtk_keynav_use_caret: bool) { ... } fn is_gtk_label_select_on_focus(&self) -> bool { ... } fn set_gtk_label_select_on_focus(&self, gtk_label_select_on_focus: bool) { ... } fn gtk_long_press_time(&self) -> 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>) { ... } fn is_gtk_primary_button_warps_slider(&self) -> bool { ... } fn set_gtk_primary_button_warps_slider( &self, gtk_primary_button_warps_slider: bool ) { ... } fn gtk_print_backends(&self) -> Option<GString> { ... } fn set_gtk_print_backends(&self, gtk_print_backends: Option<&str>) { ... } fn gtk_print_preview_command(&self) -> Option<GString> { ... } fn set_gtk_print_preview_command( &self, gtk_print_preview_command: Option<&str> ) { ... } fn is_gtk_recent_files_enabled(&self) -> bool { ... } fn set_gtk_recent_files_enabled(&self, gtk_recent_files_enabled: bool) { ... } fn gtk_recent_files_max_age(&self) -> i32 { ... } fn set_gtk_recent_files_max_age(&self, gtk_recent_files_max_age: i32) { ... } fn is_gtk_shell_shows_app_menu(&self) -> bool { ... } fn set_gtk_shell_shows_app_menu(&self, gtk_shell_shows_app_menu: bool) { ... } fn is_gtk_shell_shows_desktop(&self) -> bool { ... } fn set_gtk_shell_shows_desktop(&self, gtk_shell_shows_desktop: bool) { ... } fn is_gtk_shell_shows_menubar(&self) -> bool { ... } fn set_gtk_shell_shows_menubar(&self, gtk_shell_shows_menubar: bool) { ... } fn gtk_sound_theme_name(&self) -> Option<GString> { ... } 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>) { ... } fn gtk_titlebar_double_click(&self) -> Option<GString> { ... } fn set_gtk_titlebar_double_click( &self, gtk_titlebar_double_click: Option<&str> ) { ... } fn gtk_titlebar_middle_click(&self) -> Option<GString> { ... } fn set_gtk_titlebar_middle_click( &self, gtk_titlebar_middle_click: Option<&str> ) { ... } fn gtk_titlebar_right_click(&self) -> Option<GString> { ... } 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_button_order_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } 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 { ... } 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_keynav_use_caret_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 { ... } fn connect_gtk_primary_button_warps_slider_notify<F: Fn(&Self) + 'static>( &self, f: F ) -> SignalHandlerId { ... } 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_app_menu_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_shell_shows_menubar_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 { ... }
}

Provided Methods§

source

fn reset_property(&self, name: &str)

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

source

fn set_gtk_alternative_sort_arrows(&self, gtk_alternative_sort_arrows: bool)

source

fn is_gtk_application_prefer_dark_theme(&self) -> bool

source

fn set_gtk_application_prefer_dark_theme( &self, gtk_application_prefer_dark_theme: bool )

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>

source

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

source

fn is_gtk_dialogs_use_header(&self) -> bool

source

fn set_gtk_dialogs_use_header(&self, gtk_dialogs_use_header: bool)

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

source

fn set_gtk_enable_accels(&self, gtk_enable_accels: bool)

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

source

fn set_gtk_enable_event_sounds(&self, gtk_enable_event_sounds: bool)

source

fn is_gtk_enable_input_feedback_sounds(&self) -> bool

source

fn set_gtk_enable_input_feedback_sounds( &self, gtk_enable_input_feedback_sounds: bool )

source

fn is_gtk_enable_primary_paste(&self) -> bool

source

fn set_gtk_enable_primary_paste(&self, gtk_enable_primary_paste: bool)

source

fn gtk_entry_password_hint_timeout(&self) -> u32

source

fn set_gtk_entry_password_hint_timeout( &self, gtk_entry_password_hint_timeout: u32 )

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

source

fn set_gtk_error_bell(&self, gtk_error_bell: bool)

source

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

source

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

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>

source

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

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

source

fn set_gtk_keynav_use_caret(&self, gtk_keynav_use_caret: bool)

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

source

fn set_gtk_long_press_time(&self, gtk_long_press_time: u32)

source

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

source

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

source

fn is_gtk_primary_button_warps_slider(&self) -> bool

source

fn set_gtk_primary_button_warps_slider( &self, gtk_primary_button_warps_slider: bool )

source

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

source

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

source

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

source

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

source

fn is_gtk_recent_files_enabled(&self) -> bool

source

fn set_gtk_recent_files_enabled(&self, gtk_recent_files_enabled: bool)

source

fn gtk_recent_files_max_age(&self) -> i32

source

fn set_gtk_recent_files_max_age(&self, gtk_recent_files_max_age: i32)

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>

source

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

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>

source

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

source

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

source

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

source

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

source

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

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_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_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

Implementors§