GtkTearoffMenuItem           package:RGtk2           R Documentation

_G_t_k_T_e_a_r_o_f_f_M_e_n_u_I_t_e_m

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

     A menu item used to tear off and reattach its menu

_M_e_t_h_o_d_s _a_n_d _F_u_n_c_t_i_o_n_s:

     'gtkTearoffMenuItemNew(show = TRUE)'
      'gtkTearoffMenuItem(show = TRUE)'

_H_i_e_r_a_r_c_h_y:

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkItem
                                            +----GtkMenuItem

     +----GtkTearoffMenuItem 

_I_n_t_e_r_f_a_c_e_s:

     GtkTearoffMenuItem implements AtkImplementorIface and 
     'GtkBuildable'.

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

     A 'GtkTearoffMenuItem' is a special 'GtkMenuItem' which is used to
     tear off and reattach its menu.

     When its menu is shown normally, the 'GtkTearoffMenuItem' is drawn
     as a  dotted line indicating that the menu can be torn off. 
     Activating it  causes its menu to be torn off and displayed in its
     own window  as a tearoff menu.

     When its menu is shown as a tearoff menu, the 'GtkTearoffMenuItem'
     is drawn as a dotted line which has a left pointing arrow graphic
     indicating that the tearoff menu can be reattached.  Activating it
     will erase the tearoff  menu window.

_S_t_r_u_c_t_u_r_e_s:


     '_G_t_k_T_e_a_r_o_f_f_M_e_n_u_I_t_e_m' The 'GtkTearoffMenuItem' struct contains
          private data only, and should be accessed using the functions
          below.


_C_o_n_v_e_n_i_e_n_t _C_o_n_s_t_r_u_c_t_i_o_n:

     'gtkTearoffMenuItem' is the equivalent of 'gtkTearoffMenuItemNew'.

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

     Derived by RGtkGen from GTK+ documentation

_R_e_f_e_r_e_n_c_e_s:

     <URL:
     http://developer.gnome.org/doc/API/2.0/gtk/GtkTearoffMenuItem.html>

