|
ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
TabViewItems embed Views in a TabView. More...
#include <Objectively/Object.h>#include <ObjectivelyMVC/Label.h>#include <ObjectivelyMVC/ViewController.h>Go to the source code of this file.
Data Structures | |
| struct | TabViewItem |
| TabViewItems embed Views in a TabView. More... | |
Enumerations | |
| enum | TabState { TabStateDefault = 0x0 , TabStateSelected = 0x1 } |
| Tab states, which are bit-masked. More... | |
Functions | |
| OBJECTIVELYMVC_EXPORT Class * | _TabViewItem (void) |
TabViewItems embed Views in a TabView.
Definition in file TabViewItem.h.
| enum TabState |
Tab states, which are bit-masked.
| Enumerator | |
|---|---|
| TabStateDefault | |
| TabStateSelected | |
Definition at line 39 of file TabViewItem.h.
| OBJECTIVELYMVC_EXPORT Class * _TabViewItem | ( | void | ) |
Definition at line 121 of file TabViewItem.c.