Up

NSSplitViewItem class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500

Software documentation for the NSSplitViewItem class

NSSplitViewItem : NSObject

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

Description forthcoming.

Instance Variables

Method summary

contentListWithViewController: 

+ (instancetype) contentListWithViewController: (NSViewController*)viewController;
Availability: MacOS-X 10.10.0

Description forthcoming.

sidebarWithViewController: 

+ (instancetype) sidebarWithViewController: (NSViewController*)viewController;
Availability: MacOS-X 10.10.0

Description forthcoming.

splitViewItemWithViewController: 

+ (instancetype) splitViewItemWithViewController: (NSViewController*)viewController;
Availability: MacOS-X 10.10.0

Description forthcoming.

allowsFullHeightLayout 

- (BOOL) allowsFullHeightLayout;
Availability: MacOS-X 10.10.0

Description forthcoming.

automaticMaximumThickness 

- (CGFloat) automaticMaximumThickness;
Availability: MacOS-X 10.10.0

Description forthcoming.

canCollapse 

- (BOOL) canCollapse;
Availability: MacOS-X 10.10.0

Description forthcoming.

collapseBehavior 

- (NSSplitViewItemCollapseBehavior) collapseBehavior;
Availability: MacOS-X 10.10.0

Description forthcoming.

holdingPriority 

- (CGFloat) holdingPriority;
Availability: MacOS-X 10.10.0

Description forthcoming.

isSpringLoaded 

- (BOOL) isSpringLoaded;
Availability: MacOS-X 10.10.0

Description forthcoming.

maximumThickness 

- (CGFloat) maximumThickness;
Availability: MacOS-X 10.10.0

Description forthcoming.

minimumThickness 

- (CGFloat) minimumThickness;
Availability: MacOS-X 10.10.0

Description forthcoming.

preferredThicknessFraction 

- (CGFloat) preferredThicknessFraction;
Availability: MacOS-X 10.10.0

Description forthcoming.

setAllowsFullHeightLayout: 

- (void) setAllowsFullHeightLayout: (BOOL)flag;
Availability: MacOS-X 10.10.0

Description forthcoming.

setAutomaticMaximumThickness: 

- (void) setAutomaticMaximumThickness: (CGFloat)f;
Availability: MacOS-X 10.10.0

Description forthcoming.

setMaximumThickness: 

- (void) setMaximumThickness: (CGFloat)f;
Availability: MacOS-X 10.10.0

Description forthcoming.

setMinimumThickness: 

- (void) setMinimumThickness: (CGFloat)f;
Availability: MacOS-X 10.10.0

Description forthcoming.

setPreferredThicknessFraction: 

- (void) setPreferredThicknessFraction: (CGFloat)f;
Availability: MacOS-X 10.10.0

Description forthcoming.

setSpringLoaded: 

- (void) setSpringLoaded: (BOOL)flag;
Availability: MacOS-X 10.10.0

Description forthcoming.

setTitlebarSeparatorStyle: 

- (void) setTitlebarSeparatorStyle: (NSTitlebarSeparatorStyle)style;
Availability: MacOS-X 10.10.0

Description forthcoming.

setViewController: 

- (void) setViewController: (NSViewController*)vc;
Availability: MacOS-X 10.10.0

Description forthcoming.

titlebarSeparatorStyle 

- (NSTitlebarSeparatorStyle) titlebarSeparatorStyle;
Availability: MacOS-X 10.10.0

Description forthcoming.

viewController 

- (NSViewController*) viewController;
Availability: MacOS-X 10.10.0

Description forthcoming.



Instance Variables for NSSplitViewItem Class

_allowsFullHeightLayout

@protected BOOL _allowsFullHeightLayout;
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.

_automaticMaximumThickness

@protected CGFloat _automaticMaximumThickness;
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.

_canCollapse

@protected BOOL _canCollapse;
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.

_collapseBehavior

@protected NSSplitViewItemCollapseBehavior _collapseBehavior;
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.

_holdingPriority

@protected CGFloat _holdingPriority;
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.

_maximumThickness

@protected CGFloat _maximumThickness;
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.

_minimumThickness

@protected CGFloat _minimumThickness;
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.

_preferredThicknessFraction

@protected CGFloat _preferredThicknessFraction;
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.

_springLoaded

@protected BOOL _springLoaded;
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.

_titlebarSeparatorStyle

@protected NSTitlebarSeparatorStyle _titlebarSeparatorStyle;
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.

_viewController

@protected NSViewController* _viewController;
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