GtkSettings              package:RGtk2              R Documentation

_S_e_t_t_i_n_g_s

_D_e_s_c_r_i_p_t_i_o_n:

     Sharing settings between applications

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkSettingsGetDefault()'
      'gtkSettingsGetForScreen(screen)'
      'gtkSettingsInstallProperty(pspec)'
      'gtkSettingsInstallPropertyParser(pspec, parser)'
      'gtkRcPropertyParseColor(pspec, gstring)'
      'gtkRcPropertyParseEnum(pspec, gstring)'
      'gtkRcPropertyParseFlags(pspec, gstring)'
      'gtkRcPropertyParseRequisition(pspec, gstring)'
      'gtkRcPropertyParseBorder(pspec, gstring)'
      'gtkSettingsSetPropertyValue(object, name, svalue)'
      'gtkSettingsSetStringProperty(object, name, v.string, origin)'
      'gtkSettingsSetLongProperty(object, name, v.long, origin)'
      'gtkSettingsSetDoubleProperty(object, name, v.double, origin)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GtkSettings 

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_S_e_t_t_i_n_g_s' _undocumented _


     '_G_t_k_S_e_t_t_i_n_g_s_V_a_l_u_e' _undocumented _ *'GtkSettingsValue' is a
          transparent-type.*


_P_r_o_p_e_r_t_i_e_s:


     '_c_o_l_o_r-_h_a_s_h' [_G_H_a_s_h_T_a_b_l_e : _R_e_a_d] Holds a hash table representation
          of the '"gtk-color-scheme"'  setting, mapping color names to
          'GdkColor's.  

          Since  2.10


     '_g_t_k-_a_l_t_e_r_n_a_t_i_v_e-_b_u_t_t_o_n-_o_r_d_e_r' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether
          buttons in dialogs should use the alternative button order. 
          Default value: FALSE


     '_g_t_k-_a_l_t_e_r_n_a_t_i_v_e-_s_o_r_t-_a_r_r_o_w_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] 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.  

          Default value: FALSE  Since  2.12


     '_g_t_k-_b_u_t_t_o_n-_i_m_a_g_e_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether stock icons
          should be shown in buttons.  Default value: TRUE


     '_g_t_k-_c_a_n-_c_h_a_n_g_e-_a_c_c_e_l_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether menu
          accelerators can be changed by pressing a key over the menu
          item.  Default value: FALSE


     '_g_t_k-_c_o_l_o_r-_p_a_l_e_t_t_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Palette to use in
          the color selector.  Default value:
          "black:white:gray50:red:purple:blue:light
          blue:green:yellow:orange:lavender:brown:goldenrod4:dodger
          blue:pink:light green:gray10:gray30:gray75:gray90"


     '_g_t_k-_c_o_l_o_r-_s_c_h_e_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] 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
          syntax, and color specifications must be in the format
          accepted by 'gdkColorParse'.

          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; ...


          Default value: ""  Since  2.10


     '_g_t_k-_c_u_r_s_o_r-_b_l_i_n_k' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the cursor
          should blink. 

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

          Default value: TRUE


     '_g_t_k-_c_u_r_s_o_r-_b_l_i_n_k-_t_i_m_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Length of the
          cursor blink cycle, in milliseconds.  Allowed values: >= 100 
          Default value: 1200


     '_g_t_k-_c_u_r_s_o_r-_b_l_i_n_k-_t_i_m_e_o_u_t' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] 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'.  

          Allowed values: >= 1  Default value: 2147483647  Since  2.12


     '_g_t_k-_c_u_r_s_o_r-_t_h_e_m_e-_n_a_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Name of the
          cursor theme to use, or NULL to use the default theme. 
          Default value: NULL


     '_g_t_k-_c_u_r_s_o_r-_t_h_e_m_e-_s_i_z_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Size to use for
          cursors, or 0 to use the default size.  Allowed values:
          [0,128]  Default value: 0


     '_g_t_k-_d_n_d-_d_r_a_g-_t_h_r_e_s_h_o_l_d' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Number of pixels
          the cursor can move before dragging.  Allowed values: >= 1 
          Default value: 8


     '_g_t_k-_d_o_u_b_l_e-_c_l_i_c_k-_d_i_s_t_a_n_c_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Maximum
          distance allowed between two clicks for them to be considered
          a double click (in pixels).  Allowed values: >= 0  Default
          value: 5


     '_g_t_k-_d_o_u_b_l_e-_c_l_i_c_k-_t_i_m_e' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Maximum time
          allowed between two clicks for them to be considered a double
          click (in milliseconds).  Allowed values: >= 0  Default
          value: 250


     '_g_t_k-_e_n_a_b_l_e-_a_c_c_e_l_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether menu items
          should have visible accelerators which can be activated.  

          Default value: TRUE  Since  2.12


     '_g_t_k-_e_n_a_b_l_e-_a_n_i_m_a_t_i_o_n_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether to enable
          toolkit-wide animations.  Default value: TRUE


     '_g_t_k-_e_n_a_b_l_e-_m_n_e_m_o_n_i_c_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether labels and
          menu items should have visible mnemonics which can be
          activated.  

          Default value: TRUE  Since  2.12


     '_g_t_k-_e_n_t_r_y-_p_a_s_s_w_o_r_d-_h_i_n_t-_t_i_m_e_o_u_t' [_n_u_m_e_r_i_c : _R_e_a_d / _W_r_i_t_e] 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.  

          Default value: 0  Since  2.10


     '_g_t_k-_e_n_t_r_y-_s_e_l_e_c_t-_o_n-_f_o_c_u_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether to
          select the contents of an entry when it is focused.  Default
          value: TRUE


     '_g_t_k-_e_r_r_o_r-_b_e_l_l' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] When 'TRUE', keyboard
          navigation and other input-related errors will cause a beep.
          Since the error bell is implemented using 'gdkWindowBeep',
          the windowing system may offer ways to configure the error
          bell in many ways, such as flashing the window or similar
          visual effects.  

          Default value: TRUE  Since  2.12


     '_g_t_k-_f_a_l_l_b_a_c_k-_i_c_o_n-_t_h_e_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Name of a
          icon theme to fall back to.  Default value: NULL


     '_g_t_k-_f_i_l_e-_c_h_o_o_s_e_r-_b_a_c_k_e_n_d' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Name of the
          GtkFileChooser backend to use by default.  Default value:
          NULL


     '_g_t_k-_f_o_n_t-_n_a_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Name of default font to
          use.  Default value: "Sans 10"


     '_g_t_k-_i_c_o_n-_s_i_z_e_s' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] List of icon sizes
          (gtk-menu=16,16:gtk-button=20,20...  Default value: NULL


     '_g_t_k-_i_c_o_n-_t_h_e_m_e-_n_a_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Name of icon
          theme to use.  Default value: "hicolor"


     '_g_t_k-_k_e_y-_t_h_e_m_e-_n_a_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Name of key theme
          RC file to load.  Default value: NULL


     '_g_t_k-_k_e_y_n_a_v-_c_u_r_s_o_r-_o_n_l_y' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] 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.  

          Default value: FALSE  Since  2.12


     '_g_t_k-_k_e_y_n_a_v-_w_r_a_p-_a_r_o_u_n_d' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] When 'TRUE',
          some widgets will wrap around when doing keyboard navigation,
          such as menus, menubars and notebooks.  

          Default value: TRUE  Since  2.12


     '_g_t_k-_l_a_b_e_l-_s_e_l_e_c_t-_o_n-_f_o_c_u_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether to
          select the contents of a selectable label when it is focused.
           Default value: TRUE


     '_g_t_k-_m_e_n_u-_b_a_r-_a_c_c_e_l' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Keybinding to
          activate the menu bar.  Default value: "F10"


     '_g_t_k-_m_e_n_u-_b_a_r-_p_o_p_u_p-_d_e_l_a_y' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Delay before
          the submenus of a menu bar appear.  Allowed values: >= 0 
          Default value: 0


     '_g_t_k-_m_e_n_u-_i_m_a_g_e_s' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether images should
          be shown in menus.  Default value: TRUE


     '_g_t_k-_m_e_n_u-_p_o_p_d_o_w_n-_d_e_l_a_y' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] The time before
          hiding a submenu when the pointer is moving towards the
          submenu.  Allowed values: >= 0  Default value: 1000


     '_g_t_k-_m_e_n_u-_p_o_p_u_p-_d_e_l_a_y' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Minimum time the
          pointer must stay over a menu item before the submenu appear.
           Allowed values: >= 0  Default value: 225


     '_g_t_k-_m_o_d_u_l_e_s' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] List of currently active
          GTK modules.  Default value: NULL


     '_g_t_k-_p_r_i_n_t-_b_a_c_k_e_n_d_s' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] A comma-separated
          list of print backends to use in the print dialog. Available
          print backends depend on the GTK+ installation, and may
          include "pdf", "cups" or "lpr".  

          Default value: "file,cups"  Since  2.10


     '_g_t_k-_p_r_i_n_t-_p_r_e_v_i_e_w-_c_o_m_m_a_n_d' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] 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 
          'gtkPrintSettingsToFile'.

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

          Default value: "evince -unlink-tempfile -preview
          -print-settings %s %f"  Since  2.10


     '_g_t_k-_r_e_c_e_n_t-_f_i_l_e_s-_l_i_m_i_t' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] The number of
          recently used files that should be displayed by default by
          'GtkRecentChooser' implementations and by the
          'GtkFileChooser'. A value of -1 means every recently used
          file stored.  

          Allowed values: >= -1  Default value: 50  Since  2.12


     '_g_t_k-_s_c_r_o_l_l_e_d-_w_i_n_d_o_w-_p_l_a_c_e_m_e_n_t' ['_G_t_k_C_o_r_n_e_r_T_y_p_e' : _R_e_a_d / _W_r_i_t_e] 
          Where the contents of scrolled windows are located with
          respect to the  scrollbars, if not overridden by the scrolled
          window's own placement.  

          Default value: GTK_CORNER_TOP_LEFT  Since  2.10


     '_g_t_k-_s_h_o_w-_i_n_p_u_t-_m_e_t_h_o_d-_m_e_n_u' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the
          context menus of entries and text views should offer to
          change the input method.  Default value: TRUE


     '_g_t_k-_s_h_o_w-_u_n_i_c_o_d_e-_m_e_n_u' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether the
          context menus of entries and text views should offer to
          insert control characters.  Default value: TRUE


     '_g_t_k-_s_p_l_i_t-_c_u_r_s_o_r' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] Whether two cursors
          should be displayed for mixed left-to-right and right-to-left
          text.  Default value: TRUE


     '_g_t_k-_t_h_e_m_e-_n_a_m_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Name of theme RC file
          to load.  Default value: "Raleigh"


     '_g_t_k-_t_i_m_e_o_u_t-_e_x_p_a_n_d' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Expand value for
          timeouts, when a widget is expanding a new region.  Allowed
          values: >= 0  Default value: 500


     '_g_t_k-_t_i_m_e_o_u_t-_i_n_i_t_i_a_l' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Starting value for
          timeouts, when button is pressed.  Allowed values: >= 0 
          Default value: 200


     '_g_t_k-_t_i_m_e_o_u_t-_r_e_p_e_a_t' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Repeat value for
          timeouts, when button is pressed.  Allowed values: >= 0 
          Default value: 20


     '_g_t_k-_t_o_o_l_b_a_r-_i_c_o_n-_s_i_z_e' ['_G_t_k_I_c_o_n_S_i_z_e' : _R_e_a_d / _W_r_i_t_e] Size of
          icons in default toolbars.  Default value:
          GTK_ICON_SIZE_LARGE_TOOLBAR


     '_g_t_k-_t_o_o_l_b_a_r-_s_t_y_l_e' ['_G_t_k_T_o_o_l_b_a_r_S_t_y_l_e' : _R_e_a_d / _W_r_i_t_e] Whether
          default toolbars have text only, text and icons, icons only,
          etc.  Default value: GTK_TOOLBAR_BOTH


     '_g_t_k-_t_o_o_l_t_i_p-_b_r_o_w_s_e-_m_o_d_e-_t_i_m_e_o_u_t' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Amount
          of time, in milliseconds, after which the browse mode will be
          disabled.

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

          Allowed values: >= 0  Default value: 500  Since  2.12


     '_g_t_k-_t_o_o_l_t_i_p-_b_r_o_w_s_e-_t_i_m_e_o_u_t' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] 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.  

          Allowed values: >= 0  Default value: 60  Since  2.12


     '_g_t_k-_t_o_o_l_t_i_p-_t_i_m_e_o_u_t' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Time, in
          milliseconds, after which a tooltip could appear if the
          cursor is hovering on top of a widget.  

          Allowed values: >= 0  Default value: 500  Since  2.12


     '_g_t_k-_t_o_u_c_h_s_c_r_e_e_n-_m_o_d_e' [_l_o_g_i_c_a_l : _R_e_a_d / _W_r_i_t_e] 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.  

          Default value: FALSE  Since  2.10


     '_g_t_k-_x_f_t-_a_n_t_i_a_l_i_a_s' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Whether to antialias
          Xft fonts; 0=no, 1=yes, -1=default.  Allowed values: [-1,1] 
          Default value: -1


     '_g_t_k-_x_f_t-_d_p_i' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Resolution for Xft, in 1024
          * dots/inch. -1 to use default value.  Allowed values:
          [-1,1048576]  Default value: -1


     '_g_t_k-_x_f_t-_h_i_n_t_i_n_g' [_i_n_t_e_g_e_r : _R_e_a_d / _W_r_i_t_e] Whether to hint Xft
          fonts; 0=no, 1=yes, -1=default.  Allowed values: [-1,1] 
          Default value: -1


     '_g_t_k-_x_f_t-_h_i_n_t_s_t_y_l_e' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] What degree of
          hinting to use; hintnone, hintslight, hintmedium, or
          hintfull.  Default value: NULL


     '_g_t_k-_x_f_t-_r_g_b_a' [_c_h_a_r_a_c_t_e_r : _R_e_a_d / _W_r_i_t_e] Type of subpixel
          antialiasing; none, rgb, bgr, vrgb, vbgr.  Default value:
          NULL


_A_u_t_h_o_r(_s):

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://developer.gnome.org/doc/API/2.0/gtk/GtkSettings.html>

