gtkRcPropertyParseRequisition     package:RGtk2     R Documentation

_g_t_k_R_c_P_r_o_p_e_r_t_y_P_a_r_s_e_R_e_q_u_i_s_i_t_i_o_n

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

     A 'GtkRcPropertyParser' for use with
     'gtkSettingsInstallPropertyParser' or
     'gtkWidgetClassInstallStylePropertyParser' which parses a
     requisition in the form  '"{ width, height }"' for integers
     'width' and 'height'.

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

     gtkRcPropertyParseRequisition(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
          'GtkRequisition'.

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

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

     Derived by RGtkGen from GTK+ documentation

