11 GtkListStore *list_store;
13 GtkCellRenderer **renderers;
17 struct table *table_new_with_columns(gint col_nums, ...);
18 void table_destroy(
struct table *table);
19 void table_set_sortable(
struct table *table);
20 void table_set_column_align(
struct table *table, gint column_num, gfloat align);
21 int table_add_row(
struct table *table, ...);