GtkImageMenuItem {RGtk2}R Documentation

GtkImageMenuItem

Description

A menu item with an icon

Methods and Functions

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)

Hierarchy

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

Interfaces

GtkImageMenuItem implements GtkBuildable and AtkImplementorIface.

Detailed Description

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.

Structures

GtkImageMenuItem
undocumented

Convenient Construction

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.

Properties

image [GtkWidget : Read / Write]

Child widget to appear next to the menu text.

Author(s)

Derived by RGtkGen from GTK+ documentation

References

http://developer.gnome.org/doc/API/2.0/gtk/GtkImageMenuItem.html


[Package RGtk2 version 2.12.5-3 Index]