Package peppy :: Module menu :: Class ToggleAction
[frames] | no frames]

Class ToggleAction

      object --+        
               |        
debug.debugmixin --+    
                   |    
        SelectAction --+
                       |
                      ToggleAction
Known Subclasses:

Instance Methods
 
insertIntoMenu(self, menu)
 
insertIntoToolbar(self, toolbar)
 
isChecked(self)
 
showCheck(self)
 
showEnable(self)

Inherited from SelectAction: __call__, __del__, __init__, action, getMenuItemName, getSubIds, getTooltip, initPostHook, initPreHook, isEnabled

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Methods

Inherited from SelectAction: getHelp, setAcceleratorText, worksWithMajorMode

Inherited from debug.debugmixin: dprint

Class Variables

Inherited from SelectAction: alias, debuglevel, default_menu, default_toolbar, global_id, icon, key_bindings, keyboard, name, stock_id, tooltip

Properties

Inherited from object: __class__

Method Details

insertIntoMenu(self, menu)

 
Overrides: SelectAction.insertIntoMenu

insertIntoToolbar(self, toolbar)

 
Overrides: SelectAction.insertIntoToolbar

showEnable(self)

 
Overrides: SelectAction.showEnable