gtkRcPropertyParseBorder        package:RGtk2        R Documentation

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

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

     A 'GtkRcPropertyParser' for use with
     'gtkSettingsInstallPropertyParser' or
     'gtkWidgetClassInstallStylePropertyParser' which parses borders in
     the form  '"{ left, right, top, bottom }"' for integers  'left',
     'right', 'top' and 'bottom'.

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

     gtkRcPropertyParseBorder(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 'GtkBorder'.

'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

