Trees | Indices | Help |
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Add a dynamic menu item which will populate on-hover by asking the specified callback for a list of actions. Example: def callback(name=None): if name == None: return ('one', 'two', 'three') print('SELECTED: %s' % name) m.addDynMenu( callback ) |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Nov 16 18:22:13 2012 | http://epydoc.sourceforge.net |