TableView

Categoryrefcounted
Typehime_table_view_t
InheritsView

Display multiple rows with any number of columns.

Constructors

hime_table_view_t hime_table_view_create()

Create a new TableView.

Note that the TableView created this way is mostly used as list view, to create a TableView with headers please use the CreateWithTable constructor of ScrollView instead.

Return

hime_table_view_t

Methods

void hime_table_view_set_columns(self, columns, columns_size)

Set the columns of the table.

Parameters

Return

void

void hime_table_view_set_model(self, model)

Set the table model used for displaying.

Parameters

Return

void

hime_table_model_t hime_table_view_get_model(self)

Return the table's model.

Parameters

Return

hime_table_model_t