| Trees | Indices | Help |
|
|---|
|
|
object --+
|
nuke.MenuItem
MenuItem
|
|||
| String |
|
||
| None |
|
||
| String |
|
||
| String |
|
||
| None |
|
||
| 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.
|
Show or hide the 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 Mon Dec 2 22:44:01 2013 | http://epydoc.sourceforge.net |