| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
SelectAction --+
|
ListAction
Display a list of items in a menu bar.
This is used to display a list of items while only requiring a single action to display the entire list.
The subclass should override the getItems method to return the list of items to display. These items should be strings. Overriding isEnabled will determine the enable/disable state for all of the items in the list.
If the items change their text strings, you should add the OnDemandActionMixin and override the getHash method to indicate when the user interface should redraw the menu.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from Inherited from |
| Class Variables | |
menumax = 30
|
|
abbrev_width = 16
|
|
inline = False
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
|
|
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Mon Jan 14 14:18:02 2008 |