ovidiu@net-community.com
)khelekir@encomix.es
)The menu cell class.
Copyright: (C) 1996 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSMenuItem.h
- Conforms to:
- NSMenuItem
Standards:
- MacOS-X
- OpenStep
- GNUstep
Description forthcoming.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.
- Declared in:
- AppKit/NSMenuItem.h
Standards:
- NotOpenStep
- NotMacOS-X
- GNUstep
Description forthcoming.
Method summaryDescription forthcoming.
Description forthcoming.
- Declared in:
- AppKit/NSMenuItem.h
- Conforms to:
- NSCopying
- NSCoding
- NSObject
Standards:
- MacOS-X
- OpenStep
- GNUstep
Specifies the methods that an object must implement if it is to be placed in a menu as a menu item. The NSMenuItem class provides a reference implementation suitable for most uses.
Method summary
Returns a seperator. This is just a blank menu item which serves to divide the menu into seperate parts.
Sets a flag that, when set to
YES
, objects of this class will use
user defined key equivalents.
Returns a flag which indicates if the receiver will use user defined key equivalents.
Returns the action of the receiver.
Returns a boolean indicating if the receiver has a sub menu.
Returns the image to be displayed in the receiver.
Initializes the receiver with aString as the title. The method called with the menu is selected is represented by aSelector. The key equivalent which can be used to invoke this menu item is represented by charCode.
Returns YES
if the receiver is
enabled.
Returns a boolean indicating if the receiver is a separator.
Returns the key equivalent of the receiver.
Returns the key equivalent mask.
Returns the menu to which this menu item is connected.
Returns the image to be displayed when the receiver is in the "Mixed" state.
Description forthcoming.
Description forthcoming.
Returns the image to be displayed when the receiver is in the "Off" state.
Returns the image to be displayed when the receiver is in the "On" state.
Returns the object represented by the reciever.
Sets the action as aSelector on the receiver.
Set the receiver to be enabled.
Sets the image to be displayed in the receiver.
Sets the key equivalent of the receiver.
Sets the modfier for the key equivalent. These masks indicate if the key equivalent requires ALT, Control or other key modifiers.
Sets the menu which this item belongs to. This method does not retain the object represented by menu.
Sets the image to be displayed when the receiver is in the "Mixed" state.
Description forthcoming.
Sets the image to be displayed when the receiver is in the "Off" state.
Sets the image to be displayed when the receiver is in the "On" state.
Sets the object represented by the reciever to anObject.
Sets the state of the the receiver.
Sets the submenu of the receiver. This method does retain the submenu object.
Sets the tag of the reciever as anInt.
Sets the target as anObject on the receiver.
Sets the title of the menu, represented by aString.
Description forthcoming.
Returns the state of the receiver.
Returns the attached submenu.
Returns the tag of the receiver.
Returns the target of the receiver.
Returns the menu's title.
Returns the key equivalent defined by the users defaults.
Returns the user defined key equivalent modifier.