|
|
__init__(self,
parent,
mgr,
mode=None,
initial=[])
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
getKeywordOrder(self)
Return the sort order of the minor modes. |
|
|
|
|
getWindow(self,
keyword)
Get the minor mode window given its keyword |
|
|
|
|
isVisible(self,
index)
Is the minor mode specified by the index shown? |
|
|
|
|
toggle(self,
index)
Toggle the shown state, or create the minor mode if necessary. |
|
|
|
|
create(self,
keyword)
Create the minor mode. |
|
|
|
|
getActive(self)
Get a list of all created minor modes. |
|
|
|
|
deleteAll(self)
Delete all minor modes, removing the windows if they exist. |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|