gtkRcPropertyParseFlags        package:RGtk2        R Documentation

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

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

     A 'GtkRcPropertyParser' for use with
     'gtkSettingsInstallPropertyParser' or
     'gtkWidgetClassInstallStylePropertyParser' which parses flags.

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

     gtkRcPropertyParseFlags(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:

     Flags can be specified by their name, their nickname or
     numerically. Multiple flags can be specified in the form  '"(
     flag1 | flag2 | ... )"'.

_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 flags value.

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

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

     Derived by RGtkGen from GTK+ documentation

