gtkMenuAttach             package:RGtk2             R Documentation

_g_t_k_M_e_n_u_A_t_t_a_c_h

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

     Adds a new 'GtkMenuItem' to a (table) menu. The number of 'cells'
     that an item will occupy is specified by 'left.attach',
     'right.attach', 'top.attach' and 'bottom.attach'. These each
     represent the leftmost, rightmost, uppermost and lower column and
     row numbers of the table. (Columns and rows are indexed from
     zero).

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

     gtkMenuAttach(object, child, left.attach, right.attach, top.attach, bottom.attach)

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

'object': ['GtkMenu']  a 'GtkMenu'.

 'child': ['GtkWidget']  a 'GtkMenuItem'.

'left.attach': [numeric]  The column number to attach the left side of
          the item to.

'right.attach': [numeric]  The column number to attach the right side
          of the item to.

'top.attach': [numeric]  The row number to attach the top of the item
          to.

'bottom.attach': [numeric]  The row number to attach the bottom of the
          item to.

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

     Note that this function is not related to 'gtkMenuDetach'.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

