Up
Authors
- Generated by Richard Frith-Macdonald
-
Date: Generated at 2025-12-03
- Declared in:
- AppKit/NSToolbar.h
Availability: OpenStep
Description forthcoming.
NSToolbar declares 18 Instance Variables
- (BOOL)
allowsUserCustomization;
Availability: OpenStep
Description forthcoming.
- (BOOL)
autosavesConfiguration;
Availability: OpenStep
Description forthcoming.
- (
NSDictionary*)
configurationDictionary;
Availability: OpenStep
Description forthcoming.
- (BOOL)
customizationPaletteIsRunning;
Availability: OpenStep
Description forthcoming.
- (id)
delegate;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
identifier;
Availability: OpenStep
Description forthcoming.
- (id)
initWithIdentifier: (
NSString*)identifier;
Availability: OpenStep
Description forthcoming.
- (void)
insertItemWithItemIdentifier: (
NSString*)itemIdentifier
atIndex: (
NSInteger)index;
Availability: OpenStep
Description forthcoming.
- (BOOL)
isVisible;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
items;
Availability: OpenStep
Description forthcoming.
- (void)
removeItemAtIndex: (
NSInteger)index;
Availability: OpenStep
Description forthcoming.
- (void)
runCustomizationPalette: (id)sender;
Availability: OpenStep
Description forthcoming.
- (
NSString*)
selectedItemIdentifier;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setAllowsUserCustomization: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setAutosavesConfiguration: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (void)
setConfigurationFromDictionary: (
NSDictionary*)configDict;
Availability: OpenStep
Description forthcoming.
- (void)
setDelegate: (id)delegate;
Availability: OpenStep
- (void)
setDisplayMode: (
NSToolbarDisplayMode)displayMode;
Availability: OpenStep
Description forthcoming.
- (void)
setSelectedItemIdentifier: (
NSString*)identifier;
Availability: MacOS-X 10.3.0
Description forthcoming.
- (void)
setShowsBaselineSeparator: (BOOL)flag;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (void)
setSizeMode: (
NSToolbarSizeMode)sizeMode;
Availability: MacOS-X 10.2.0
Description forthcoming.
- (void)
setVisible: (BOOL)shown;
Availability: OpenStep
Description forthcoming.
- (BOOL)
showsBaselineSeparator;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSToolbarSizeMode)
sizeMode;
Availability: MacOS-X 10.2.0
Description forthcoming.
- (void)
validateVisibleItems;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
visibleItems;
Availability: OpenStep
Description forthcoming.
Instance Variables for NSToolbar Class
@protected BOOL
_allowsUserCustomization;
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
_autosavesConfiguration;
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
_build;
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 NSDictionary*
_configurationDictionary;
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
_customizationPaletteIsRunning;
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
_delegate;
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 NSToolbarDisplayMode
_displayMode;
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*
_identifier;
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 NSArray*
_interfaceBuilderAllowedItemIdentifiers;
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 NSArray*
_interfaceBuilderDefaultItemIdentifiers;
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 NSDictionary*
_interfaceBuilderItemsByIdentifier;
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 NSArray*
_interfaceBuilderSelectableItemIdentifiers;
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 NSMutableArray*
_items;
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*
_selectedItemIdentifier;
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
_showsBaselineSeparator;
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 int
_sizeMode;
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 GSToolbarView*
_toolbarView;
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
_visible;
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/NSToolbar.h
Availability: OpenStep
Description forthcoming.
- (
NSToolbarItem*)
toolbar: (
NSToolbar*)toolbar
itemForItemIdentifier: (
NSString*)itemIdentifier
willBeInsertedIntoToolbar: (BOOL)flag;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
toolbarAllowedItemIdentifiers: (
NSToolbar*)toolbar;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
toolbarDefaultItemIdentifiers: (
NSToolbar*)toolbar;
Availability: OpenStep
Description forthcoming.
- (void)
toolbarDidRemoveItem: (
NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
- (
NSArray*)
toolbarSelectableItemIdentifiers: (
NSToolbar*)toolbar;
Availability: OpenStep
Description forthcoming.
- (void)
toolbarWillAddItem: (
NSNotification*)aNotification;
Availability: OpenStep
Description forthcoming.
Up