gtkUIManagerAddUiFromFile       package:RGtk2       R Documentation

_g_t_k_U_I_M_a_n_a_g_e_r_A_d_d_U_i_F_r_o_m_F_i_l_e

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

     Parses a file containing a UI definition and  merges it with the
     current contents of 'self'.

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

     gtkUIManagerAddUiFromFile(object, filename, .errwarn = TRUE)

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

'object': ['GtkUIManager']  a 'GtkUIManager' object

'filename': [character]  the name of the file to parse 

.errwarn: Whether to issue a warning on error or fail silently

_D_e_t_a_i_l_s:

     Since  2.4

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

     A list containing the following elements: 

  retval: [numeric]  The merge id for the merged UI. The merge id can
          be used to unmerge the UI with 'gtkUIManagerRemoveUi'. If an
          error occurred, the return value is 0.

 'error': ['GError']  return location for an error

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

     Derived by RGtkGen from GTK+ documentation

