gladeXMLNewFromBuffer         package:RGtk2         R Documentation

_g_l_a_d_e_X_M_L_N_e_w_F_r_o_m_B_u_f_f_e_r

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

     Creates a new GladeXML object (and the corresponding widgets) from
     the buffer 'buffer'.  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 document, but not the window it is embedded in.

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

     gladeXMLNewFromBuffer(buffer, size = nchar(buffer), root = NULL, domain = NULL)

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

'buffer': [char]  the memory buffer containing the XML document.

  'size': [integer]  the size of the buffer.

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

'domain': [char]  the translation domain to use for this interface (or
          'NULL')

_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

