GtkCheckMenuItem
   Menu item with a toggle indicator.
  
Object Hierarchy
Direct subclasses
Description
   
    A GtkCheckMenuItem is a normal 
    GtkMenuItem that contains a toggle indicator
    positioned to the left of any GtkAccelLabel text. 
    The indicator does not necessarily have to be displayed during the
    time that the menu item is set to its inactive state, but is always
    displayed when the state is set as active.
   
  
Constructor
 --
   Creates a GtkMenuItem with a toggle indicator.
  
Signals
"toggled" 
    Emitted when the toggled() method is called.
   
Properties
active: 
    'Active' toggle.