gdkScreenGetSetting          package:RGtk2          R Documentation

_g_d_k_S_c_r_e_e_n_G_e_t_S_e_t_t_i_n_g

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

     Retrieves a desktop-wide setting such as double-click time for the
     'GdkScreen' 'screen'.

_U_s_a_g_e:

     gdkScreenGetSetting(object, name)

_A_r_g_u_m_e_n_t_s:

'object': ['GdkScreen']  the 'GdkScreen' where the setting is located

  'name': [character]  the name of the setting

_D_e_t_a_i_l_s:

     FIXME needs a list of valid settings here, or a link to  more
     information.  

     Since  2.2

_V_a_l_u_e:

     A list containing the following elements: 

  retval: [logical] 'TRUE' if the setting existed and a value was
          stored in 'value', 'FALSE' otherwise.

 'value': [R object]  location to store the value of the setting

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

     Derived by RGtkGen from GTK+ documentation

