gladeXMLNew              package:RGtk2              R Documentation

_g_l_a_d_e_X_M_L_N_e_w

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

     Creates a new GladeXML object (and the corresponding widgets) from
     the XML file 'fname'.  Optionally it will only build the interface
     from the widget node 'root' (if it is not 'NULL').  This feature
     is useful if you only want to build say a toolbar or menu from the
     XML file, but not the window it is embedded in.  Note also that
     the XML parse tree is cached to speed up creating another GladeXML
     object for the same file

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

     gladeXMLNew(fname, root = NULL, domain = NULL)

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

 'fname': [char]  the XML file name.

  'root': [char]  the widget node in 'fname' to start building from (or
          'NULL')

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

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

     ['GladeXML']  the newly created GladeXML object, or NULL on
     failure.

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

     Derived by RGtkGen from GTK+ documentation

