Package peppy :: Module mainmenu :: Class MajorModeSelect
[frames] | no frames]

Class MajorModeSelect

                        object --+    
                                 |    
actions.base.BufferBusyActionMixin --+
                                     |
                 frame.RadioAction --+
                                     |
                                    MajorModeSelect

Instance Methods
 
initPreHook(self)
 
getIndex(self)
 
getItems(self)
 
action(self, index=-1, multiplier=1)

Inherited from actions.base.BufferBusyActionMixin: isActionAvailable, isEnabled

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

Class Variables
  name = "Major Mode"
  inline = False
  tooltip = "Switch major mode"
  default_menu = "View", 0
Properties

Inherited from object: __class__