GtkImageMenuItem            package:RGtk2            R Documentation

_G_t_k_I_m_a_g_e_M_e_n_u_I_t_e_m

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

     A menu item with an icon

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

     'gtkImageMenuItemSetImage(object, image = NULL)'
      'gtkImageMenuItemGetImage(object)'
      'gtkImageMenuItemNew(show = TRUE)'
      'gtkImageMenuItemNewFromStock(stock.id, accel.group, show =
     TRUE)'
      'gtkImageMenuItemNewWithLabel(label, show = TRUE)'
      'gtkImageMenuItemNewWithMnemonic(label, show = TRUE)'
      'gtkImageMenuItem(label, stock.id, accel.group, show = TRUE)'

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

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

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

     GtkImageMenuItem implements AtkImplementorIface and 
     'GtkBuildable'.

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

     A GtkImageMenuItem is a menu item which has an icon next to the
     text label.

     Note that the user can disable display of menu icons, so make sure
     to still fill in the text label.

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


     '_G_t_k_I_m_a_g_e_M_e_n_u_I_t_e_m' _undocumented _


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

     'gtkImageMenuItem' is the result of collapsing the constructors of
     'GtkImageMenuItem' ('gtkImageMenuItemNew',
     'gtkImageMenuItemNewWithLabel', 'gtkImageMenuItemNewWithMnemonic',
     'gtkImageMenuItemNewFromStock') and accepts a subset of its
     arguments matching the required arguments of one of its delegate
     constructors.

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


     '_i_m_a_g_e' ['_G_t_k_W_i_d_g_e_t' : _R_e_a_d / _W_r_i_t_e] Child widget to appear next
          to the menu text.


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

