libui
A portable GUI library for C
Loading...
Searching...
No Matches
uiTableParams Struct Reference

Description

Table parameters passed to uiNewTable().

#include <ui.h>

Public Attributes

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

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: