61typedef struct StackViewInterface StackViewInterface;
100struct StackViewInterface {
105 ViewInterface viewInterface;
StackViewDistribution
Distribution models for filling a StackView's frame.
@ StackViewDistributionDefault
@ StackViewDistributionFillEqually
@ StackViewDistributionFill
OBJECTIVELYMVC_EXPORT const EnumName StackViewDistributionNames[]
OBJECTIVELYMVC_EXPORT const EnumName StackViewAxisNames[]
StackViewAxis
Axis constants for specifying a StackView's primary layout direction.
@ StackViewAxisHorizontal
#define OBJECTIVELYMVC_EXPORT
Views are the fundamental building blocks of ObjectivelyMVC user interfaces.
StackViews are containers that manage the arrangement of their subviews.
StackViewInterface * interface
The interface.
StackViewAxis axis
The axis.
int spacing
The subview spacing.
Class * _StackView(void)
The StackView archetype.
StackViewDistribution distribution
The distribution.
Views are the fundamental building blocks of ObjectivelyMVC user interfaces.