Kiwi User Interface Framework
beta
|
Adaptor class of NSMenuItem. More...
#import <KUMenuItem.h>
Public Member Functions | |
(id) | - initWithTitle:keyEquivalent:withResource: |
Initialize menu item. | |
(void) | - dealloc |
Deallocate object. | |
(id) | - clicked |
Receiver of clicked event. | |
Properties | |
NSMenuItem * | menuItemObject |
Real menu item object. |
Adaptor class of NSMenuItem.
- (id) initWithTitle: | (NSString *) | title | |
keyEquivalent: | (NSString *) | code | |
withResource: | (struct CNResource *) | resource | |
Initialize menu item.
title | Title of the menu item |
code | Short cut key (If the menu has no short cut, give nil as this value) |
resource | Resource to allocate this object |