Up
Authors
- Generated by fedor
-
- 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.
- (BOOL)
autovalidates;
Availability: MacOS-X 10.4.0
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)
setAutovalidates: (BOOL)autovalidates;
Availability: MacOS-X 10.4.0
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: (
NSInteger)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.
- (void)
setVisibilityPriority: (
NSInteger)visibilityPriority;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSInteger)
tag;
Availability: OpenStep
Description forthcoming.
- (id)
target;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
toolTip;
Availability: OpenStep
Description forthcoming.
- (
NSToolbar*)
toolbar;
Availability: OpenStep
Description forthcoming.
- (void)
validate;
Availability: OpenStep
Description forthcoming.
- (
NSView*)
view;
Availability: OpenStep
Description forthcoming.
- (
NSInteger)
visibilityPriority;
Availability: MacOS-X 10.4.0
Description forthcoming.
Instance Variables for NSToolbarItem Class
@protected BOOL _autovalidates;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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;
Availability: OpenStep
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 NSInteger _tag;
Availability: OpenStep
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;
Availability: OpenStep
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 NSToolbar* _toolbar;
Availability: OpenStep
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;
Availability: OpenStep
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 NSInteger _visibilityPriority;
Availability: OpenStep
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