gtkUIManagerSetAddTearoffs       package:RGtk2       R Documentation

_g_t_k_U_I_M_a_n_a_g_e_r_S_e_t_A_d_d_T_e_a_r_o_f_f_s

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

     Sets the "add_tearoffs" property, which controls whether menus 
     generated by this 'GtkUIManager' will have tearoff menu items.

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

     gtkUIManagerSetAddTearoffs(object, add.tearoffs)

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

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

'add.tearoffs': [logical]  whether tearoff menu items are added

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

     Note that this only affects regular menus. Generated popup  menus
     never have tearoff menu items.  

     Since  2.4

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

     Derived by RGtkGen from GTK+ documentation

