Up
Authors
Generated by Gregory John Casamento,,,
Date: Generated at 2024-11-13 12:52:37 -0500
class_NSTabViewController
NSViewController
NSViewController
NSTabViewController
NSTabViewController
NSViewController->NSTabViewController
Declared in:
AppKit/NSTabViewController.h
Availability: MacOS-X 10.10.0
Description forthcoming.
Instance Variables
- (void)
addTabViewItem: (
NSTabViewItem *)item;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (BOOL)
canPropagateSelectedChildViewControllerTitle ;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
insertTabViewItem: (
NSTabViewItem *)item
atIndex: (NSInteger)index;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
removeTabViewItem: (
NSTabViewItem *)item;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (NSInteger)
selectedTabViewItemIndex ;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setCanPropagateSelectedChildViewControllerTitle: (BOOL)flag;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setSelectedTabViewItemIndex: (NSInteger)idx;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setTabView: (
NSTabView *)tv;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
setTabViewItems: (NSArray*)items;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (
NSTabView *)
tabView ;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
tabView: (
NSTabView *)tabView
didSelectTabViewItem: (
NSTabViewItem *)tabViewItem;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (BOOL)
tabView: (
NSTabView *)tabView
shouldSelectTabViewItem: (
NSTabViewItem *)tabViewItem;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (void)
tabView: (
NSTabView *)tabView
willSelectTabViewItem: (
NSTabViewItem *)tabViewItem;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (NSArray*)
tabViewItems ;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (NSArray*)
toolbarAllowedItemIdentifiers: (
NSToolbar *)toolbar;
Availability: MacOS-X 10.10.0
Description forthcoming.
- (NSArray*)
toolbarSelectableItemIdentifiers: (
NSToolbar *)toolbar;
Availability: MacOS-X 10.10.0
Description forthcoming.
Instance Variables for NSTabViewController Class
@protected BOOL _canPropagateSelectedChildViewControllerTitle ;
Availability: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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: MacOS-X 10.10.0
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