Up
Authors
- Generated by root
-
- Declared in:
- AppKit/NSSplitViewItem.h
- Conforms to:
- NSCoding
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
+ (instancetype)
contentListWithViewController: (
NSViewController*)viewController;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (instancetype)
sidebarWithViewController: (
NSViewController*)viewController;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
+ (instancetype)
splitViewItemWithViewController: (
NSViewController*)viewController;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
allowsFullHeightLayout;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
automaticMaximumThickness;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
canCollapse;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
holdingPriority;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (BOOL)
isSpringLoaded;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
maximumThickness;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
minimumThickness;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (CGFloat)
preferredThicknessFraction;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAllowsFullHeightLayout: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setAutomaticMaximumThickness: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setMaximumThickness: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setMinimumThickness: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setPreferredThicknessFraction: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setSpringLoaded: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setTitlebarSeparatorStyle: (
NSTitlebarSeparatorStyle)style;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setViewController: (
NSViewController*)vc;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSViewController*)
viewController;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSSplitViewItem Class
@protected BOOL _allowsFullHeightLayout;
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 CGFloat _automaticMaximumThickness;
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 BOOL _canCollapse;
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 NSSplitViewItemCollapseBehavior _collapseBehavior;
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 CGFloat _holdingPriority;
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 CGFloat _maximumThickness;
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 CGFloat _minimumThickness;
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 CGFloat _preferredThicknessFraction;
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 BOOL _springLoaded;
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 NSTitlebarSeparatorStyle _titlebarSeparatorStyle;
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 NSViewController* _viewController;
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