Up

NSStackView class documentation

Authors

Generated by Gregory John Casamento,,,

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


Contents -

  1. Software documentation for the NSStackView class
  2. Software documentation for the NSStackViewDelegate protocol

Software documentation for the NSStackView class

NSStackView : NSView

Declared in:
AppKit/NSStackView.h
Availability: MacOS-X 10.9.0

Description forthcoming.

Instance Variables

Method summary

stackViewWithViews: 

+ (instancetype) stackViewWithViews: (NSArray*)views;
Availability: MacOS-X 10.9.0

Description forthcoming.

addArrangedSubview: 

- (void) addArrangedSubview: (NSView*)v;
Availability: MacOS-X 10.9.0

Description forthcoming.

addView: inGravity: 

- (void) addView: (NSView*)view inGravity: (NSStackViewGravity)gravity;
Availability: MacOS-X 10.9.0

Description forthcoming.

alignment 

- (NSLayoutAttribute) alignment;
Availability: MacOS-X 10.9.0

Description forthcoming.

arrangedSubviews 

- (NSArray*) arrangedSubviews;
Availability: MacOS-X 10.9.0

Description forthcoming.

clippingResistancePriorityForOrientation: 

- (NSLayoutPriority) clippingResistancePriorityForOrientation: (NSLayoutConstraintOrientation)orientation;
Availability: MacOS-X 10.9.0

Description forthcoming.

customSpacingAfterView: 

- (CGFloat) customSpacingAfterView: (NSView*)v;
Availability: MacOS-X 10.9.0

Description forthcoming.

delegate 

- (id<NSStackViewDelegate>) delegate;
Availability: MacOS-X 10.9.0

Description forthcoming.

detachedViews 

- (NSArray*) detachedViews;
Availability: MacOS-X 10.9.0

Description forthcoming.

detachesHiddenViews 

- (BOOL) detachesHiddenViews;
Availability: MacOS-X 10.9.0

Description forthcoming.

distribution 

- (NSStackViewDistribution) distribution;
Availability: MacOS-X 10.9.0

Description forthcoming.

edgeInsets 

- (NSEdgeInsets) edgeInsets;
Availability: MacOS-X 10.9.0

Description forthcoming.

hasEqualSpacing 

- (BOOL) hasEqualSpacing;
Availability: MacOS-X 10.9.0

Description forthcoming.

huggingPriorityForOrientation: 

- (NSLayoutPriority) huggingPriorityForOrientation: (NSLayoutConstraintOrientation)o;
Availability: MacOS-X 10.9.0

Description forthcoming.

insertArrangedSubview: atIndex: 

- (void) insertArrangedSubview: (NSView*)v atIndex: (NSInteger)idx;
Availability: MacOS-X 10.9.0

Description forthcoming.

insertView: atIndex: inGravity: 

- (void) insertView: (NSView*)view atIndex: (NSUInteger)index inGravity: (NSStackViewGravity)gravity;
Availability: MacOS-X 10.9.0

Description forthcoming.

orientation 

- (NSUserInterfaceLayoutOrientation) orientation;
Availability: MacOS-X 10.9.0

Description forthcoming.

removeArrangedSubview: 

- (void) removeArrangedSubview: (NSView*)v;
Availability: MacOS-X 10.9.0

Description forthcoming.

removeView: 

- (void) removeView: (NSView*)view;
Availability: MacOS-X 10.9.0

Description forthcoming.

setAlignment: 

- (void) setAlignment: (NSLayoutAttribute)alignment;
Availability: MacOS-X 10.9.0

Description forthcoming.

setArrangedSubviews: 

- (void) setArrangedSubviews: (NSArray*)arrangedSubviews;
Availability: MacOS-X 10.9.0

Description forthcoming.

setClippingResistancePriority: forOrientation: 

- (void) setClippingResistancePriority: (NSLayoutPriority)clippingResistancePriorityn forOrientation: (NSLayoutConstraintOrientation)orientation;
Availability: MacOS-X 10.9.0

Description forthcoming.

setCustomSpacing: afterView: 

- (void) setCustomSpacing: (CGFloat)spacing afterView: (NSView*)v;
Availability: MacOS-X 10.9.0

Description forthcoming.

setDelegate: 

- (void) setDelegate: (id<NSStackViewDelegate>)delegate;
Availability: MacOS-X 10.9.0

Description forthcoming.

setDetachedViews: 

- (void) setDetachedViews: (NSArray*)detachedViews;
Availability: MacOS-X 10.9.0

Description forthcoming.

setDetachesHiddenViews: 

- (void) setDetachesHiddenViews: (BOOL)f;
Availability: MacOS-X 10.9.0

Description forthcoming.

setDistribution: 

- (void) setDistribution: (NSStackViewDistribution)d;
Availability: MacOS-X 10.9.0

Description forthcoming.

setEdgeInsets: 

- (void) setEdgeInsets: (NSEdgeInsets)insets;
Availability: MacOS-X 10.9.0

Description forthcoming.

setHasEqualSpacing: 

- (void) setHasEqualSpacing: (BOOL)f;
Availability: MacOS-X 10.9.0

Description forthcoming.

setHuggingPriority: forOrientation: 

- (void) setHuggingPriority: (NSLayoutPriority)huggingPriority forOrientation: (NSLayoutConstraintOrientation)o;
Availability: MacOS-X 10.9.0

Description forthcoming.

setOrientation: 

- (void) setOrientation: (NSUserInterfaceLayoutOrientation)o;
Availability: MacOS-X 10.9.0

Description forthcoming.

setSpacing: 

- (void) setSpacing: (CGFloat)f;
Availability: MacOS-X 10.9.0

Description forthcoming.

setViews: inGravity: 

- (void) setViews: (NSArray*)views inGravity: (NSStackViewGravity)gravity;
Availability: MacOS-X 10.9.0

Description forthcoming.

setVisibilityPriority: forView: 

- (void) setVisibilityPriority: (NSStackViewVisibilityPriority)priority forView: (NSView*)v;
Availability: MacOS-X 10.9.0

Description forthcoming.

spacing 

- (CGFloat) spacing;
Availability: MacOS-X 10.9.0

Description forthcoming.

viewsInGravity: 

- (NSArray*) viewsInGravity: (NSStackViewGravity)gravity;
Availability: MacOS-X 10.9.0

Description forthcoming.

visibilityPriorityForView: 

- (NSStackViewVisibilityPriority) visibilityPriorityForView: (NSView*)v;
Availability: MacOS-X 10.9.0

Description forthcoming.



Instance Variables for NSStackView Class

_alignment

@protected NSLayoutAttribute _alignment;
Availability: MacOS-X 10.9.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.

_arrangedSubviews

@protected NSMutableArray* _arrangedSubviews;
Availability: MacOS-X 10.9.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.

_beginningContainer

@protected id _beginningContainer;
Availability: MacOS-X 10.9.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.

_customSpacingMap

@protected NSMapTable* _customSpacingMap;
Availability: MacOS-X 10.9.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.

_delegate

@protected id _delegate;
Availability: MacOS-X 10.9.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.

_detachedViews

@protected NSMutableArray* _detachedViews;
Availability: MacOS-X 10.9.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.

_detachesHiddenViews

@protected BOOL _detachesHiddenViews;
Availability: MacOS-X 10.9.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.

_distribution

@protected NSStackViewDistribution _distribution;
Availability: MacOS-X 10.9.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.

_edgeInsets

@protected NSEdgeInsets _edgeInsets;
Availability: MacOS-X 10.9.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.

_endContainer

@protected id _endContainer;
Availability: MacOS-X 10.9.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.

_hasEqualSpacing

@protected BOOL _hasEqualSpacing;
Availability: MacOS-X 10.9.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.

_hasFlagViewHierarchy

@protected BOOL _hasFlagViewHierarchy;
Availability: MacOS-X 10.9.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.

_horizontalClippingResistancePriority

@protected NSLayoutPriority _horizontalClippingResistancePriority;
Availability: MacOS-X 10.9.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.

_horizontalHuggingPriority

@protected NSLayoutPriority _horizontalHuggingPriority;
Availability: MacOS-X 10.9.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.

_middleContainer

@protected id _middleContainer;
Availability: MacOS-X 10.9.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.

_orientation

@protected NSUserInterfaceLayoutOrientation _orientation;
Availability: MacOS-X 10.9.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.

_secondaryAlignment

@protected NSLayoutAttribute _secondaryAlignment;
Availability: MacOS-X 10.9.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.

_spacing

@protected CGFloat _spacing;
Availability: MacOS-X 10.9.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.

_verticalClippingResistancePriority

@protected NSLayoutPriority _verticalClippingResistancePriority;
Availability: MacOS-X 10.9.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.

_verticalHuggingPriority

@protected NSLayoutPriority _verticalHuggingPriority;
Availability: MacOS-X 10.9.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.

_views

@protected NSMutableArray* _views;
Availability: MacOS-X 10.9.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.

_visiblePriorityMap

@protected NSMapTable* _visiblePriorityMap;
Availability: MacOS-X 10.9.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.




Software documentation for the NSStackViewDelegate protocol

NSStackViewDelegate

Declared in:
AppKit/NSStackView.h
Conforms to:
NSObject
Availability: MacOS-X 10.9.0

Description forthcoming.
Method summary

stackView: didReattachViews: 

- (void) stackView: (NSStackView*)stackView didReattachViews: (NSArray*)views;
Availability: MacOS-X 10.9.0

Description forthcoming.

stackView: willDetachViews: 

- (void) stackView: (NSStackView*)stackView willDetachViews: (NSArray*)views;
Availability: MacOS-X 10.9.0

Description forthcoming.


Up