ObjectivelyMVC 0.1.0
Object oriented MVC framework for OpenGL, SDL2 and GNU C
|
Columns for TableViews. More...
Go to the source code of this file.
Data Structures | |
struct | TableColumn |
Columns provide alignment, spacing and sorting hints for TableView instances. More... | |
Macros | |
#define | DEFAULT_TABLE_COLUMN_WIDTH 100 |
Functions | |
OBJECTIVELYMVC_EXPORT Class * | _TableColumn (void) |
Columns for TableViews.
Definition in file TableColumn.h.
#define DEFAULT_TABLE_COLUMN_WIDTH 100 |
Definition at line 35 of file TableColumn.h.
OBJECTIVELYMVC_EXPORT Class * _TableColumn | ( | void | ) |
Definition at line 91 of file TableColumn.c.