|
libui
A portable GUI library for C
|
Table parameters passed to uiNewTable().
#include <ui.h>
Public Attributes | |
| uiTableModel * | Model |
| Model holding the data to be displayed. | |
| int | RowBackgroundColorModelColumn |
| uiTableModel column that defines background color for each row, | |
| uiTableModel* uiTableParams::Model |
Model holding the data to be displayed.
This can NOT be NULL.
| int uiTableParams::RowBackgroundColorModelColumn |
uiTableModel column that defines background color for each row,
uiTableValueTypeColor Background color, NULL to use the default background color for that row.
-1 to use the default background color for all rows.