libui-ng
A portable GUI library for C
|
Table parameters passed to uiNewTable(). More...
#include <ui.h>
Public Attributes | |
uiTableModel * | Model |
Model holding the data to be displayed. More... | |
int | RowBackgroundColorModelColumn |
uiTableModel column that defines background color for each row, More... | |
Table parameters passed to uiNewTable().
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.