Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSToolbarItem.h
- Conforms to:
- NSCopying
- NSValidatedUserInterfaceItem
Availability: OpenStep
Description forthcoming.
Instance Variables
Method summary
- (SEL)
action;
Availability: OpenStep
Description forthcoming.
- (BOOL)
allowsDuplicatesInToolbar;
Availability: OpenStep
Description forthcoming.
- (
NSImage*)
image;
Availability: OpenStep
Description forthcoming.
- (id)
initWithItemIdentifier: (NSString*)itemIdentifier;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isEnabled;
Availability: OpenStep
Description forthcoming.
- (NSString*)
itemIdentifier;
Availability: OpenStep
Description forthcoming.
- (NSString*)
label;
Availability: OpenStep
Description forthcoming.
- (NSSize)
maxSize;
Availability: OpenStep
Description forthcoming.
- (
NSMenuItem*)
menuFormRepresentation;
Availability: OpenStep
Description forthcoming.
- (NSSize)
minSize;
Availability: OpenStep
Description forthcoming.
- (NSString*)
paletteLabel;
Availability: OpenStep
Description forthcoming.
- (void)
setAction: (SEL)action;
Availability: OpenStep
Description forthcoming.
- (void)
setEnabled: (BOOL)enabled;
Availability: OpenStep
Description forthcoming.
- (void)
setImage: (
NSImage*)image;
Availability: OpenStep
Description forthcoming.
- (void)
setLabel: (NSString*)label;
Availability: OpenStep
Description forthcoming.
- (void)
setMaxSize: (NSSize)maxSize;
Availability: OpenStep
Description forthcoming.
- (void)
setMenuFormRepresentation: (
NSMenuItem*)menuItem;
Availability: OpenStep
Description forthcoming.
- (void)
setMinSize: (NSSize)minSize;
Availability: OpenStep
Description forthcoming.
- (void)
setPaletteLabel: (NSString*)paletteLabel;
Availability: OpenStep
Description forthcoming.
- (void)
setTag: (int)tag;
Availability: OpenStep
Description forthcoming.
- (void)
setTarget: (id)target;
Availability: OpenStep
Description forthcoming.
- (void)
setToolTip: (NSString*)toolTip;
Availability: OpenStep
Description forthcoming.
- (void)
setView: (
NSView*)view;
Availability: OpenStep
Description forthcoming.
- (int)
tag;
Availability: OpenStep
Description forthcoming.
- (id)
target;
Availability: OpenStep
Description forthcoming.
- (NSString*)
toolTip;
Availability: OpenStep
Description forthcoming.
- (GSToolbar*)
toolbar;
Availability: OpenStep
Description forthcoming.
- (void)
validate;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
view;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSToolbarItem Class
@protected BOOL _allowsDuplicatesInToolbar;
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.
@protected NSView* _backView;
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.
@protected struct __flags _flags;
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.
@protected NSImage* _image;
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.
@protected NSString* _itemIdentifier;
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.
@protected NSString* _label;
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.
@protected NSSize _maxSize;
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.
@protected NSMenuItem* _menuFormRepresentation;
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.
@protected NSSize _minSize;
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.
@protected BOOL _modified;
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.
@protected NSString* _paletteLabel;
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.
@protected BOOL _selectable;
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.
@protected int _tag;
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.
@protected NSString* _toolTip;
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.
@protected GSToolbar* _toolbar;
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.
@protected id _view;
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/NSToolbarItem.h
Availability: OpenStep
Description forthcoming.
Method summary
- (BOOL)
validateToolbarItem: (
NSToolbarItem*)toolbarItem;
Availability: OpenStep
Description forthcoming.
Up