gtkRcPropertyParseColor        package:RGtk2        R Documentation

_g_t_k_R_c_P_r_o_p_e_r_t_y_P_a_r_s_e_C_o_l_o_r

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

     A 'GtkRcPropertyParser' for use with
     'gtkSettingsInstallPropertyParser' or
     'gtkWidgetClassInstallStylePropertyParser' which parses a color
     given either by its name or in the form  '{ red, green, blue }'
     where 'red', 'green' and 'blue' are integers between 0 and 65535
     or floating-point numbers between 0 and 1.

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

     gtkRcPropertyParseColor(pspec, gstring)

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

 'pspec': ['GParamSpec']  a 'GParamSpec'

'gstring': [character]  the 'character' to be parsed

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

     A list containing the following elements: 

  retval: [logical] 'TRUE' if 'gstring' could be parsed and
          'property.value' has been set to the resulting 'GdkColor'.

'property.value': [R object]  a 'R object' which must hold 'GdkColor'
          values.

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

     Derived by RGtkGen from GTK+ documentation

