GFXprim
2D bitmap graphics library with emphasis on speed and correctness
|
A structure to store data for the users of this widget. More...
#include <gp_widget_table.h>
Data Fields | ||
void * | priv | |
A pointer to a data structure with the table data. | ||
union { | ||
void * row_priv | ||
A current row pointer. | ||
unsigned long row_idx | ||
A current row index. | ||
}; | ||
A structure to store data for the users of this widget.
Definition at line 193 of file gp_widget_table.h.
union { ... } gp_widget_table_priv |
An index to store current row index for the iterator based API.