#include "ntw.h"
Go to the source code of this file.
Functions | |
ntwWidget * | ntw_table_column_new (ntwWidget *parent, char *title, int32 column_number, uint8 render_type, uint8 editable,...) |
Create table_column. |
A table_column is a widget that is attached to a table, and shows the data of a particular column of a data model. A cell renderer is specified for each column. This affects how the data is displayed. For example, BOOLEAN data might be shown as TRUE or FALSE with a CR_TEXT cell renderer, or it might be shown as a check button with a CR_TOGGLE renderer.
|
Create table_column.
|