ui/gtk/model.h

changeset 146
dd0ae1c62a72
parent 142
46448d38885c
child 147
2e384acc89a6
equal deleted inserted replaced
145:853685152c1d 146:dd0ae1c62a72
41 41
42 /* 42 /*
43 * UiList to GtkTreeModel wrapper 43 * UiList to GtkTreeModel wrapper
44 */ 44 */
45 struct UiListModel { 45 struct UiListModel {
46 GObject object; 46 GObject object;
47 UiModel *info; 47 UiModel *info;
48 UiVar *var; 48 UiVar *var;
49 GType *columntypes; 49 GType *columntypes;
50 int numcolumns; 50 int numcolumns;
51 int stamp; 51 int stamp;
52 }; 52 };
53 53
54 /* 54 /*
55 * initialize the class and register the type 55 * initialize the class and register the type
56 */ 56 */

mercurial