|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
StackViews are containers that manage the arrangement of their subviews. More...
#include <ObjectivelyMVC/View.h>Go to the source code of this file.
Data Structures | |
| struct | StackView |
| StackViews are containers that manage the arrangement of their subviews. More... | |
Enumerations | |
| enum | StackViewAxis { StackViewAxisVertical , StackViewAxisHorizontal } |
| Axis constants for specifying a StackView's primary layout direction. More... | |
| enum | StackViewDistribution { StackViewDistributionDefault , StackViewDistributionFill , StackViewDistributionFillEqually } |
| Distribution models for filling a StackView's frame. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _StackView (void) |
Variables | |
| OBJECTIVELYMVC_EXPORT const EnumName | StackViewAxisNames [] |
| OBJECTIVELYMVC_EXPORT const EnumName | StackViewDistributionNames [] |
StackViews are containers that manage the arrangement of their subviews.
Definition in file StackView.h.
| enum StackViewAxis |
Axis constants for specifying a StackView's primary layout direction.
| Enumerator | |
|---|---|
| StackViewAxisVertical | |
| StackViewAxisHorizontal | |
Definition at line 42 of file StackView.h.
Distribution models for filling a StackView's frame.
| Enumerator | |
|---|---|
| StackViewDistributionDefault | |
| StackViewDistributionFill | |
| StackViewDistributionFillEqually | |
Definition at line 52 of file StackView.h.
| OBJECTIVELYMVC_EXPORT Class * _StackView | ( | void | ) |
Definition at line 262 of file StackView.c.
| OBJECTIVELYMVC_EXPORT const EnumName StackViewAxisNames[] |
Definition at line 47 of file StackView.h.
| OBJECTIVELYMVC_EXPORT const EnumName StackViewDistributionNames[] |
Definition at line 58 of file StackView.h.