ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
Classes
Containers

Containers allow for grouping and positioning of related Views. More...

Classes

struct  Box
 A container View with a positioned Label. More...
 
struct  CollectionView
 CollectionViews display items in a grid. More...
 
struct  Input
 An Input stacks a Label with a Control. More...
 
struct  PageView
 PageViews manage their subviews as pages in a book. More...
 
struct  Panel
 Draggable and resizable container Views. More...
 
struct  StackView
 StackViews are containers that manage the arrangement of their subviews. More...
 
struct  TableView
 TableViews provide sortable, tabular presentations of data. More...
 
struct  TabView
 TabViews allow for the display of multiple pages of information within a single view. More...