gtkUIManagerAddUi           package:RGtk2           R Documentation

_g_t_k_U_I_M_a_n_a_g_e_r_A_d_d_U_i

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

     Adds a UI element to the current contents of 'self'.

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

     gtkUIManagerAddUi(object, merge.id, path, name, action = NULL, type, top)

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

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

'merge.id': [numeric]  the merge id for the merged UI, see
          'gtkUIManagerNewMergeId'

  'path': [character]  a path

  'name': [character]  the name for the added UI element

'action': [character]  the name of the action to be proxied, or 'NULL'
          to add a separator

  'type': ['GtkUIManagerItemType']  the type of UI element to add.

   'top': [logical]  if 'TRUE', the UI element is added before its
          siblings, otherwise it  is added after its siblings.

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

     If 'type' is 'GTK_UI_MANAGER_AUTO', GTK+ inserts a menuitem,
     toolitem or  separator if such an element can be inserted at the
     place determined by  'path'. Otherwise 'type' must indicate an
     element that can be inserted at  the place determined by 'path'.

     If 'path' points to a menuitem or toolitem, the new element will
     be inserted before or after this item, depending on 'top'.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

