libui-ng
A portable GUI library for C
uiTableParams Struct Reference

Table parameters passed to uiNewTable(). More...

#include <ui.h>

Public Attributes

uiTableModelModel
 Model holding the data to be displayed. More...
 
int RowBackgroundColorModelColumn
 uiTableModel column that defines background color for each row, More...
 

Detailed Description

Table parameters passed to uiNewTable().

Member Data Documentation

◆ Model

uiTableModel* uiTableParams::Model

Model holding the data to be displayed.

This can NOT be NULL.

◆ RowBackgroundColorModelColumn

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.


The documentation for this struct was generated from the following file: