Up

NSSplitViewItem class documentation

Authors

Generated by root

Software documentation for the NSSplitViewItem class

NSSplitViewItem : NSObject

Declared in:
AppKit/NSSplitViewItem.h
Conforms to:
NSCoding
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

Instance Variables

Method summary

contentListWithViewController: 

+ (instancetype) contentListWithViewController: (NSViewController*)viewController;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

sidebarWithViewController: 

+ (instancetype) sidebarWithViewController: (NSViewController*)viewController;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

splitViewItemWithViewController: 

+ (instancetype) splitViewItemWithViewController: (NSViewController*)viewController;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

allowsFullHeightLayout 

- (BOOL) allowsFullHeightLayout;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

automaticMaximumThickness 

- (CGFloat) automaticMaximumThickness;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

canCollapse 

- (BOOL) canCollapse;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

collapseBehavior 

- (NSSplitViewItemCollapseBehavior) collapseBehavior;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

holdingPriority 

- (CGFloat) holdingPriority;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

isSpringLoaded 

- (BOOL) isSpringLoaded;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

maximumThickness 

- (CGFloat) maximumThickness;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

minimumThickness 

- (CGFloat) minimumThickness;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

preferredThicknessFraction 

- (CGFloat) preferredThicknessFraction;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setAllowsFullHeightLayout: 

- (void) setAllowsFullHeightLayout: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setAutomaticMaximumThickness: 

- (void) setAutomaticMaximumThickness: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setMaximumThickness: 

- (void) setMaximumThickness: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setMinimumThickness: 

- (void) setMinimumThickness: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setPreferredThicknessFraction: 

- (void) setPreferredThicknessFraction: (CGFloat)f;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setSpringLoaded: 

- (void) setSpringLoaded: (BOOL)flag;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setTitlebarSeparatorStyle: 

- (void) setTitlebarSeparatorStyle: (NSTitlebarSeparatorStyle)style;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

setViewController: 

- (void) setViewController: (NSViewController*)vc;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

titlebarSeparatorStyle 

- (NSTitlebarSeparatorStyle) titlebarSeparatorStyle;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.

viewController 

- (NSViewController*) viewController;
Availability: Not in OpenStep/MacOS-X

Description forthcoming.



Instance Variables for NSSplitViewItem Class

_allowsFullHeightLayout

@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.

_automaticMaximumThickness

@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.

_canCollapse

@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.

_collapseBehavior

@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.

_holdingPriority

@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.

_maximumThickness

@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.

_minimumThickness

@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.

_preferredThicknessFraction

@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.

_springLoaded

@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.

_titlebarSeparatorStyle

@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.

_viewController

@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