GtkMenuItem
   Widget used for item in menus.
  
Object Hierarchy
Direct subclasses
Description
   
    A GtkMenuItem is a container widget that can
    be packed into a GtkMenu or 
    GtkMenuBar, containing a
    GtkAccelLabel and capable of being associated
    with a submenu.
   
  
Constructor
 --
   Creates a menu item.
  
Signals
"activate" 
    Emitted when menu item is chosen.
   "activate-item" 
    Fired when activate_item()  is
    called.