| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
actions.OnDemandActionMixin --+
|
object --+ |
| |
debug.debugmixin --+ |
| |
actions.SelectAction --+ |
| |
actions.ListAction --+ |
| |
actions.RadioAction --+
|
BufferListSort
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from |
|||
| Class Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Class Variables | |
name = This is the name of the menu entry as it appears in the menu bar. |
|
inline = False
|
|
localize_items = TrueShould the items in the list be localized? Dynamically generated lists in general won't be, because they represent filenames -- if a filename happened to be named "File" or "Edit" or "Cut" or a common string, they would be transformed to the localized version when they shouldn't be if that's the actual filename. |
|
tooltip = Tooltip that is displayed when the mouse is hovering over the menu entry. |
|
default_menu = The default menu location is specified here as a tuple containing the menu path (separated by / characters) and a number between 1 and 1000 representing the position within the menu. |
|
items =
|
|
sort_index = 0
|
|
|
Inherited from Inherited from Inherited from Inherited from |
|
| Properties | |
|
Inherited from |
| Method Details |
|
|
Override this to provide the functionality of the action. This method gets called when the user initiates the action, whether it be from the menu bar, toolbar, or keyboard.
|
Hook called before the menu is displayed. This method allows the subclass to catch the menu opening event before it anything is added to the menu bar. When used in combination with a list, the list may be reordered and menu items can be inserted or deleted.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:15 2008 | http://epydoc.sourceforge.net |