GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A table column description. More...
#include <gp_widget_table.h>
Data Fields | |
const char * | id |
Column human readable ID. | |
unsigned long | idx |
An index to map the human readable ID to. | |
int | sortable:1 |
If sort is not set this describes if column is sortable. | |
A table column description.
Describes:
Definition at line 86 of file gp_widget_table.h.