gtkmm 3.3.18
|
Sharing settings between applications. More...
Public Member Functions | |
virtual | ~Settings () |
GtkSettings* | gobj () |
Provides access to the underlying C GObject. | |
const GtkSettings* | gobj () const |
Provides access to the underlying C GObject. | |
GtkSettings* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
Glib::PropertyProxy< int > | property_gtk_double_click_time () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_double_click_time () const |
Maximum time allowed between two clicks for them to be considered a double click (in milliseconds). | |
Glib::PropertyProxy< int > | property_gtk_double_click_distance () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_double_click_distance () const |
Maximum distance allowed between two clicks for them to be considered a double click (in pixels). | |
Glib::PropertyProxy< bool > | property_gtk_cursor_blink () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_cursor_blink () const |
Whether the cursor should blink. | |
Glib::PropertyProxy< int > | property_gtk_cursor_blink_time () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_cursor_blink_time () const |
Length of the cursor blink cycle, in milliseconds. | |
Glib::PropertyProxy< bool > | property_gtk_split_cursor () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_split_cursor () const |
Whether two cursors should be displayed for mixed left-to-right and right-to-left text. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_theme_name () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_theme_name () const |
Name of theme to load. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_key_theme_name () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_key_theme_name () const |
Name of key theme to load. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_menu_bar_accel () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_menu_bar_accel () const |
Keybinding to activate the menu bar. | |
Glib::PropertyProxy< int > | property_gtk_dnd_drag_threshold () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_dnd_drag_threshold () const |
Number of pixels the cursor can move before dragging. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_font_name () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_font_name () const |
Name of default font to use. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_modules () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_modules () const |
List of currently active GTK modules. | |
Glib::PropertyProxy< int > | property_gtk_xft_antialias () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_xft_antialias () const |
Whether to antialias Xft fonts; 0=no, 1=yes, -1=default. | |
Glib::PropertyProxy< int > | property_gtk_xft_hinting () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_xft_hinting () const |
Whether to hint Xft fonts; 0=no, 1=yes, -1=default. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_xft_hintstyle () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_xft_hintstyle () const |
What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_xft_rgba () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_xft_rgba () const |
Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr. | |
Glib::PropertyProxy< int > | property_gtk_xft_dpi () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_xft_dpi () const |
Resolution for Xft, in 1024 * dots/inch. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_cursor_theme_name () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_cursor_theme_name () const |
Name of the cursor theme to use, or NULL to use the default theme. | |
Glib::PropertyProxy< int > | property_gtk_cursor_theme_size () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_cursor_theme_size () const |
Size to use for cursors, or 0 to use the default size. | |
Glib::PropertyProxy< bool > | property_gtk_alternative_button_order () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_alternative_button_order () const |
Whether buttons in dialogs should use the alternative button order. | |
Glib::PropertyProxy< bool > | property_gtk_alternative_sort_arrows () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_alternative_sort_arrows () const |
Whether the direction of the sort indicators in list and tree views is inverted compared to the default (where down means ascending). | |
Glib::PropertyProxy< bool > | property_gtk_show_input_method_menu () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_show_input_method_menu () const |
Whether the context menus of entries and text views should offer to change the input method. | |
Glib::PropertyProxy< bool > | property_gtk_show_unicode_menu () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_show_unicode_menu () const |
Whether the context menus of entries and text views should offer to insert control characters. | |
Glib::PropertyProxy< int > | property_gtk_timeout_initial () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_timeout_initial () const |
Starting value for timeouts, when button is pressed. | |
Glib::PropertyProxy< int > | property_gtk_timeout_repeat () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_timeout_repeat () const |
Repeat value for timeouts, when button is pressed. | |
Glib::PropertyProxy< int > | property_gtk_timeout_expand () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_timeout_expand () const |
Expand value for timeouts, when a widget is expanding a new region. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_color_scheme () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_color_scheme () const |
A palette of named colors for use in themes. | |
Glib::PropertyProxy< bool > | property_gtk_enable_animations () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_enable_animations () const |
Whether to enable toolkit-wide animations. | |
Glib::PropertyProxy< bool > | property_gtk_touchscreen_mode () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_touchscreen_mode () const |
When TRUE, there are no motion notify events delivered on this screen. | |
Glib::PropertyProxy< int > | property_gtk_tooltip_timeout () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_tooltip_timeout () const |
Timeout before tooltip is shown. | |
Glib::PropertyProxy< int > | property_gtk_tooltip_browse_timeout () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_tooltip_browse_timeout () const |
Timeout before tooltip is shown when browse mode is enabled. | |
Glib::PropertyProxy< int > | property_gtk_tooltip_browse_mode_timeout () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_tooltip_browse_mode_timeout () const |
Timeout after which browse mode is disabled. | |
Glib::PropertyProxy< bool > | property_gtk_keynav_cursor_only () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_keynav_cursor_only () const |
When TRUE, there are only cursor keys available to navigate widgets. | |
Glib::PropertyProxy< bool > | property_gtk_keynav_wrap_around () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_keynav_wrap_around () const |
Whether to wrap around when keyboard-navigating widgets. | |
Glib::PropertyProxy< bool > | property_gtk_error_bell () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_error_bell () const |
When TRUE, keyboard navigation and other errors will cause a beep. | |
Glib::PropertyProxy_ReadOnly < Gdk::Color > | property_color_hash () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_file_chooser_backend () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_file_chooser_backend () const |
Name of the GtkFileChooser backend to use by default. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_print_backends () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_print_backends () const |
List of the GtkPrintBackend backends to use by default. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_print_preview_command () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_print_preview_command () const |
Command to run when displaying a print preview. | |
Glib::PropertyProxy< bool > | property_gtk_enable_mnemonics () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_enable_mnemonics () const |
Whether labels should have mnemonics. | |
Glib::PropertyProxy< bool > | property_gtk_enable_accels () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_enable_accels () const |
Whether menu items should have accelerators. | |
Glib::PropertyProxy< int > | property_gtk_recent_files_limit () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_recent_files_limit () const |
Number of recently used files. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_im_module () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_im_module () const |
Which IM module should be used by default. | |
Glib::PropertyProxy< int > | property_gtk_recent_files_max_age () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_recent_files_max_age () const |
Maximum age of recently used files, in days. | |
Glib::PropertyProxy< int > | property_gtk_fontconfig_timestamp () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly< int > | property_gtk_fontconfig_timestamp () const |
Timestamp of current fontconfig configuration. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_sound_theme_name () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_sound_theme_name () const |
XDG sound theme name. | |
Glib::PropertyProxy< bool > | property_gtk_enable_input_feedback_sounds () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_enable_input_feedback_sounds () const |
Whether to play event sounds as feedback to user input. | |
Glib::PropertyProxy< bool > | property_gtk_enable_event_sounds () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_enable_event_sounds () const |
Whether to play any event sounds at all. | |
Glib::PropertyProxy< bool > | property_gtk_enable_tooltips () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_enable_tooltips () const |
Whether tooltips should be shown on widgets. | |
Glib::PropertyProxy< bool > | property_gtk_application_prefer_dark_theme () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_application_prefer_dark_theme () const |
Whether the application prefers to have a dark theme. | |
Glib::PropertyProxy< bool > | property_gtk_auto_mnemonics () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_auto_mnemonics () const |
Whether mnemonics should be automatically shown and hidden when the user presses the mnemonic activator. | |
Glib::PropertyProxy < Gtk::PolicyType > | property_gtk_visible_focus () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Gtk::PolicyType > | property_gtk_visible_focus () const |
Whether 'focus rectangles' should be hidden until the user starts to use the keyboard. | |
Glib::PropertyProxy< ToolbarStyle > | property_gtk_toolbar_style () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < ToolbarStyle > | property_gtk_toolbar_style () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< IconSize > | property_gtk_toolbar_icon_size () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < IconSize > | property_gtk_toolbar_icon_size () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_gtk_can_change_accels () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_can_change_accels () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_gtk_entry_select_on_focus () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_entry_select_on_focus () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_color_palette () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_color_palette () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy< bool > | property_gtk_button_images () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < bool > | property_gtk_button_images () const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_icon_theme_name () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_icon_theme_name () const |
Name of icon theme to use. | |
Glib::PropertyProxy < Glib::ustring > | property_gtk_icon_sizes () |
You rarely need to use properties because there are get_ and set_ methods for almost all of them. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_gtk_icon_sizes () const |
List of icon sizes: gtk-menu=16,16:gtk-button=20,20... | |
Static Public Member Functions | |
static Glib::RefPtr< Settings > | get_default () |
Gets the Gtk::Settings object for the default GDK screen, creating it if necessary. | |
static Glib::RefPtr< Settings > | get_for_screen (const Glib::RefPtr< Gdk::Screen >& screen) |
Gets the Gtk::Settings object for screen, creating it if necessary. | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr< Gtk::Settings > | wrap (GtkSettings* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Sharing settings between applications.
virtual Gtk::Settings::~Settings | ( | ) | [virtual] |
static Glib::RefPtr<Settings> Gtk::Settings::get_default | ( | ) | [static] |
Gets the Gtk::Settings object for the default GDK screen, creating it if necessary.
See get_for_screen().
0
. static Glib::RefPtr<Settings> Gtk::Settings::get_for_screen | ( | const Glib::RefPtr< Gdk::Screen >& | screen | ) | [static] |
Gets the Gtk::Settings object for screen, creating it if necessary.
screen | A Gdk::Screen. |
const GtkSettings* Gtk::Settings::gobj | ( | ) | const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GtkSettings* Gtk::Settings::gobj | ( | ) | [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GtkSettings* Gtk::Settings::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::PropertyProxy_ReadOnly< Gdk::Color > Gtk::Settings::property_color_hash | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_alternative_button_order | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_alternative_button_order | ( | ) | const |
Whether buttons in dialogs should use the alternative button order.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_alternative_sort_arrows | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_alternative_sort_arrows | ( | ) | const |
Whether the direction of the sort indicators in list and tree views is inverted compared to the default (where down means ascending).
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_application_prefer_dark_theme | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_application_prefer_dark_theme | ( | ) | const |
Whether the application prefers to have a dark theme.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_auto_mnemonics | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_auto_mnemonics | ( | ) | const |
Whether mnemonics should be automatically shown and hidden when the user presses the mnemonic activator.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_button_images | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_button_images | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_can_change_accels | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_can_change_accels | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_color_palette | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_color_palette | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_color_scheme | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_color_scheme | ( | ) | const |
A palette of named colors for use in themes.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_cursor_blink | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_cursor_blink | ( | ) | const |
Whether the cursor should blink.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_cursor_blink_time | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_cursor_blink_time | ( | ) | const |
Length of the cursor blink cycle, in milliseconds.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_cursor_theme_name | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_cursor_theme_name | ( | ) | const |
Name of the cursor theme to use, or NULL to use the default theme.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_cursor_theme_size | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_cursor_theme_size | ( | ) | const |
Size to use for cursors, or 0 to use the default size.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_dnd_drag_threshold | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_dnd_drag_threshold | ( | ) | const |
Number of pixels the cursor can move before dragging.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_double_click_distance | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_double_click_distance | ( | ) | const |
Maximum distance allowed between two clicks for them to be considered a double click (in pixels).
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_double_click_time | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_double_click_time | ( | ) | const |
Maximum time allowed between two clicks for them to be considered a double click (in milliseconds).
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_enable_accels | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_enable_accels | ( | ) | const |
Whether menu items should have accelerators.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_enable_animations | ( | ) | const |
Whether to enable toolkit-wide animations.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_enable_animations | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_enable_event_sounds | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_enable_event_sounds | ( | ) | const |
Whether to play any event sounds at all.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_enable_input_feedback_sounds | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_enable_input_feedback_sounds | ( | ) | const |
Whether to play event sounds as feedback to user input.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_enable_mnemonics | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_enable_mnemonics | ( | ) | const |
Whether labels should have mnemonics.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_enable_tooltips | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_enable_tooltips | ( | ) | const |
Whether tooltips should be shown on widgets.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_entry_select_on_focus | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_entry_select_on_focus | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_error_bell | ( | ) | const |
When TRUE, keyboard navigation and other errors will cause a beep.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_error_bell | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_file_chooser_backend | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_file_chooser_backend | ( | ) | const |
Name of the GtkFileChooser backend to use by default.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_font_name | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_font_name | ( | ) | const |
Name of default font to use.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_fontconfig_timestamp | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_fontconfig_timestamp | ( | ) | const |
Timestamp of current fontconfig configuration.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_icon_sizes | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_icon_sizes | ( | ) | const |
List of icon sizes: gtk-menu=16,16:gtk-button=20,20...
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_icon_theme_name | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_icon_theme_name | ( | ) | const |
Name of icon theme to use.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_im_module | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_im_module | ( | ) | const |
Which IM module should be used by default.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_key_theme_name | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_key_theme_name | ( | ) | const |
Name of key theme to load.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_keynav_cursor_only | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_keynav_cursor_only | ( | ) | const |
When TRUE, there are only cursor keys available to navigate widgets.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_keynav_wrap_around | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_keynav_wrap_around | ( | ) | const |
Whether to wrap around when keyboard-navigating widgets.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_menu_bar_accel | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_menu_bar_accel | ( | ) | const |
Keybinding to activate the menu bar.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_modules | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_modules | ( | ) | const |
List of currently active GTK modules.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_print_backends | ( | ) | const |
List of the GtkPrintBackend backends to use by default.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_print_backends | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_print_preview_command | ( | ) | const |
Command to run when displaying a print preview.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_print_preview_command | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_recent_files_limit | ( | ) | const |
Number of recently used files.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_recent_files_limit | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_recent_files_max_age | ( | ) | const |
Maximum age of recently used files, in days.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_recent_files_max_age | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_show_input_method_menu | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_show_input_method_menu | ( | ) | const |
Whether the context menus of entries and text views should offer to change the input method.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_show_unicode_menu | ( | ) | const |
Whether the context menus of entries and text views should offer to insert control characters.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_show_unicode_menu | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_sound_theme_name | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_sound_theme_name | ( | ) | const |
XDG sound theme name.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_split_cursor | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_split_cursor | ( | ) | const |
Whether two cursors should be displayed for mixed left-to-right and right-to-left text.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_theme_name | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_theme_name | ( | ) | const |
Name of theme to load.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_timeout_expand | ( | ) | const |
Expand value for timeouts, when a widget is expanding a new region.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_timeout_expand | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_timeout_initial | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_timeout_initial | ( | ) | const |
Starting value for timeouts, when button is pressed.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_timeout_repeat | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_timeout_repeat | ( | ) | const |
Repeat value for timeouts, when button is pressed.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< IconSize > Gtk::Settings::property_gtk_toolbar_icon_size | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< IconSize > Gtk::Settings::property_gtk_toolbar_icon_size | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< ToolbarStyle > Gtk::Settings::property_gtk_toolbar_style | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< ToolbarStyle > Gtk::Settings::property_gtk_toolbar_style | ( | ) | const |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_tooltip_browse_mode_timeout | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_tooltip_browse_mode_timeout | ( | ) | const |
Timeout after which browse mode is disabled.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_tooltip_browse_timeout | ( | ) | const |
Timeout before tooltip is shown when browse mode is enabled.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_tooltip_browse_timeout | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_tooltip_timeout | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_tooltip_timeout | ( | ) | const |
Timeout before tooltip is shown.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< bool > Gtk::Settings::property_gtk_touchscreen_mode | ( | ) | const |
When TRUE, there are no motion notify events delivered on this screen.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< bool > Gtk::Settings::property_gtk_touchscreen_mode | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Gtk::PolicyType > Gtk::Settings::property_gtk_visible_focus | ( | ) | const |
Whether 'focus rectangles' should be hidden until the user starts to use the keyboard.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Gtk::PolicyType > Gtk::Settings::property_gtk_visible_focus | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_xft_antialias | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_xft_antialias | ( | ) | const |
Whether to antialias Xft fonts; 0=no, 1=yes, -1=default.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_xft_dpi | ( | ) | const |
Resolution for Xft, in 1024 * dots/inch.
-1 to use default value.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_xft_dpi | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< int > Gtk::Settings::property_gtk_xft_hinting | ( | ) | const |
Whether to hint Xft fonts; 0=no, 1=yes, -1=default.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< int > Gtk::Settings::property_gtk_xft_hinting | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_xft_hintstyle | ( | ) | const |
What degree of hinting to use; hintnone, hintslight, hintmedium, or hintfull.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_xft_hintstyle | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::ustring > Gtk::Settings::property_gtk_xft_rgba | ( | ) | const |
Type of subpixel antialiasing; none, rgb, bgr, vrgb, vbgr.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy< Glib::ustring > Gtk::Settings::property_gtk_xft_rgba | ( | ) |
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::RefPtr< Gtk::Settings > wrap | ( | GtkSettings * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |