gtkMenuSetTearoffState         package:RGtk2         R Documentation

_g_t_k_M_e_n_u_S_e_t_T_e_a_r_o_f_f_S_t_a_t_e

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

     Changes the tearoff state of the menu.  A menu is normally
     displayed  as drop down menu which persists as long as the menu is
     active.  It can  also be displayed as a tearoff menu which
     persists until it is closed  or reattached.

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

     gtkMenuSetTearoffState(object, torn.off)

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

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

'torn.off': [logical] If 'TRUE', menu is displayed as a tearoff menu.

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

     Derived by RGtkGen from GTK+ documentation

