Trees | Indices | Help |
|
---|
|
object --+ | nuke.MenuItem
MenuItem
|
|||
String |
|
||
None |
|
||
String |
|
||
String |
|
||
None |
|
||
None |
|
||
None |
|
||
None |
|
||
String |
|
||
Inherited from |
|
|||
Inherited from |
|
Enable or disable the item.
|
Set the icon on this menu item.
|
Set the script to be executed for this menu item. Note: To call a python script file, you can use the execfile() function. i.e: menu.setScript("execfile('script.py')")
|
Set the keyboard shortcut on this menu item.
|
Returns the keyboard shortcut on this menu item. The format of this is the PortableText format. It will return a string such as "Ctrl+Shift+P". Note that on Mac OS X the Command key is equivalent to Ctrl.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Nov 23 08:52:26 2012 | http://epydoc.sourceforge.net |