Changeset 3464 for trunk/Plug-Ins/SDK/Python
- Timestamp:
- 12/17/06 01:19:39 (2 years ago)
- Files:
-
- trunk/Plug-Ins/SDK/Python/Template.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Plug-Ins/SDK/Python/Template.py
r3426 r3464 13 13 # return an array of NSMenuItems that should be dispalyed for 'item' associated with 'view' 14 14 def contextualMenuItems( item, view ): 15 pass 16 17 # return an array of toolbar item identifier strings that can be associated with 'view' 18 def toolbarItemIdentifiers( view ): 19 pass 20 21 # return an NSToolbarItem for 'identifier' associated with 'view' 22 def toolbarItem( identifier, view, willBeInserted ): 23 pass 24 25 # perform the action associated with 'toolbarItem' for 'view' 26 def handleClickedToolbarItem( toolbarItem, view ): 15 27 pass 16 28
