gladeXMLConstruct           package:RGtk2           R Documentation

_g_l_a_d_e_X_M_L_C_o_n_s_t_r_u_c_t

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

     This routine can be used by bindings (such as gtk-) to help
     construct a GladeXML object, if it is needed.

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

     gladeXMLConstruct(object, fname, root = NULL, domain = NULL)

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

'object': ['GladeXML']  the GladeXML object

 'fname': [char]  the XML filename

  'root': [char]  the root widget node (or 'NULL' for none)

'domain': [char]  the translation domain (or 'NULL' for the default)

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

     [logical]  TRUE if the construction succeeded.

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

     Derived by RGtkGen from GTK+ documentation

