35typedef struct BoxInterface BoxInterface;
76 ViewInterface viewInterface;
86 Box *(*initWithFrame)(
Box *self,
const SDL_Rect *frame);
StackViews are containers that manage the arrangement of their subviews.
#define OBJECTIVELYMVC_EXPORT
A container View with a positioned Label.
StackView * contentView
The internal container.
Class * _Box(void)
The Box archetype.
BoxInterface * interface
The interface.
Labels provide a configurable container for Text.
StackViews are containers that manage the arrangement of their subviews.
Views are the fundamental building blocks of ObjectivelyMVC user interfaces.