Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSTabViewController.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (void)
addTabViewItem: (
NSTabViewItem*)item;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
canPropagateSelectedChildViewControllerTitle;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
insertTabViewItem: (
NSTabViewItem*)item
atIndex: (NSInteger)index;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
removeTabViewItem: (
NSTabViewItem*)item;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSInteger)
selectedTabViewItemIndex;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setCanPropagateSelectedChildViewControllerTitle: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setSelectedTabViewItemIndex: (NSInteger)idx;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTabView: (
NSTabView*)tv;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTabViewItems: (NSArray*)items;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSTabView*)
tabView;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
tabView: (
NSTabView*)tabView
didSelectTabViewItem: (
NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
tabView: (
NSTabView*)tabView
shouldSelectTabViewItem: (
NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
tabView: (
NSTabView*)tabView
willSelectTabViewItem: (
NSTabViewItem*)tabViewItem;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
tabViewItems;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
toolbarAllowedItemIdentifiers: (
NSToolbar*)toolbar;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (NSArray*)
toolbarSelectableItemIdentifiers: (
NSToolbar*)toolbar;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSTabViewController Class
@protected BOOL _canPropagateSelectedChildViewControllerTitle;
Availability: Not in OpenStep/MacOS-X
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 NSTabViewControllerTabStyle _tabStyle;
Availability: Not in OpenStep/MacOS-X
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 NSViewControllerTransitionOptions _transitionOptions;
Availability: Not in OpenStep/MacOS-X
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.
Up