gtkRcPropertyParseEnum         package:RGtk2         R Documentation

_g_t_k_R_c_P_r_o_p_e_r_t_y_P_a_r_s_e_E_n_u_m

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

     A 'GtkRcPropertyParser' for use with
     'gtkSettingsInstallPropertyParser' or
     'gtkWidgetClassInstallStylePropertyParser' which parses a single
     enumeration value.

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

     gtkRcPropertyParseEnum(pspec, gstring)

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

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

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

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

     The enumeration value can be specified by its name, its nickname
     or its numeric value. For consistency with flags parsing, the
     value may be surrounded by parentheses.

_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 'GEnumValue'.

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

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

     Derived by RGtkGen from GTK+ documentation

