GtkMenuToolButton           package:RGtk2           R Documentation

_G_t_k_M_e_n_u_T_o_o_l_B_u_t_t_o_n

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

     A GtkToolItem containing a button with an additional dropdown menu

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

     'gtkMenuToolButtonNew(icon.widget, label, show = TRUE)'
      'gtkMenuToolButtonNewFromStock(stock.id)'
      'gtkMenuToolButtonSetMenu(object, menu)'
      'gtkMenuToolButtonGetMenu(object)'
      'gtkMenuToolButtonSetArrowTooltip(object, tooltips, tip.text =
     NULL, tip.private = NULL)'
      'gtkMenuToolButtonSetArrowTooltip(object, tooltips, tip.text =
     NULL, tip.private = NULL)'
      'gtkMenuToolButtonSetArrowTooltipText(object, text)'
      'gtkMenuToolButtonSetArrowTooltipMarkup(object, markup)'
      'gtkMenuToolButton(icon.widget, label, show = TRUE)'

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

     GObject
        +----GInitiallyUnowned
              +----GtkObject
                    +----GtkWidget
                          +----GtkContainer
                                +----GtkBin
                                      +----GtkToolItem
                                            +----GtkToolButton

     +----GtkMenuToolButton 

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

     GtkMenuToolButton implements AtkImplementorIface and 
     'GtkBuildable'.

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

     A 'GtkMenuToolButton' is a 'GtkToolItem' that contains a button
     and a small additional button with an arrow. When clicked, the
     arrow button pops up a dropdown menu.

     Use 'gtkMenuToolButtonNew' to create a new 'GtkMenuToolButton'.
     Use 'gtkMenuToolButtonNewFromStock' to create a new
     'GtkMenuToolButton' containing a stock item.

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


     '_G_t_k_M_e_n_u_T_o_o_l_B_u_t_t_o_n' The 'GtkMenuToolButton' struct contains only
          private data and should only be accessed through the
          functions described below.


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

     'gtkMenuToolButton' is the equivalent of 'gtkMenuToolButtonNew'.

_S_i_g_n_a_l_s:


     '_s_h_o_w-_m_e_n_u(_m_e_n_u_t_o_o_l_b_u_t_t_o_n, _u_s_e_r._d_a_t_a)' _undocumented _

          '_m_e_n_u_t_o_o_l_b_u_t_t_o_n' ['GtkMenuToolButton'] the object which
               received the signal.

          '_u_s_e_r._d_a_t_a' [R object] user data set when the signal handler
               was connected.


_P_r_o_p_e_r_t_i_e_s:


     '_m_e_n_u' ['_G_t_k_M_e_n_u' : _R_e_a_d / _W_r_i_t_e] The dropdown menu.


_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/GtkMenuToolButton.html>

