#import <MenuItem.h>
Inherits MenuItem.

Public Member Functions | |
| (id) | - initFromString:charMapFile:itemWidth:itemHeight:startCharMap:target:selector: |
| (void) | - setString: |
| (void) | - setIsEnabled: |
Static Public Member Functions | |
| (id) | + itemFromString:charMapFile:itemWidth:itemHeight:startCharMap: |
| (id) | + itemFromString:charMapFile:itemWidth:itemHeight:startCharMap:target:selector: |
| - (id) initFromString: | (NSString *) | value | ||
| charMapFile: | (NSString *) | charMapFile | ||
| itemWidth: | (int) | itemWidth | ||
| itemHeight: | (int) | itemHeight | ||
| startCharMap: | (char) | startCharMap | ||
| target: | (id) | rec | ||
| selector: | (SEL) | cb | ||
initializes a menu item from a string and atlas with a target/selector
| + (id) itemFromString: | (NSString *) | value | ||
| charMapFile: | (NSString *) | charMapFile | ||
| itemWidth: | (int) | itemWidth | ||
| itemHeight: | (int) | itemHeight | ||
| startCharMap: | (char) | startCharMap | ||
creates a menu item from a string and atlas with a target/selector
| + (id) itemFromString: | (NSString *) | value | ||
| charMapFile: | (NSString *) | charMapFile | ||
| itemWidth: | (int) | itemWidth | ||
| itemHeight: | (int) | itemHeight | ||
| startCharMap: | (char) | startCharMap | ||
| target: | (id) | rec | ||
| selector: | (SEL) | cb | ||
creates a menu item from a string and atlas. Use it with MenuItemToggle
| - (void) setIsEnabled: | (BOOL) | enabled |
Enable or disabled the MenuItemFont
Implements MenuItem.
| - (void) setString: | (NSString *) | string |
Change this menuitem's label's string
1.5.8