#include "ntw.h"
Go to the source code of this file.
Functions | |
ntwWidget * | ntw_table_new (ntwWidget *data_model) |
Create table. |
A table is a widget that is associated with a data model, and allows the viewing of the data in the model. It requires table_column widgets in order to view each column of the data model.
|
Create table.
|