ui/ui/tree.h

changeset 58
2b124f8ebd95
parent 42
29b2821d1262
child 107
9aff1dc3990d
equal deleted inserted replaced
57:ddfd6b90cc54 58:2b124f8ebd95
36 #endif 36 #endif
37 37
38 typedef struct UiModelInfo UiModelInfo; 38 typedef struct UiModelInfo UiModelInfo;
39 typedef struct UiListSelection UiListSelection; 39 typedef struct UiListSelection UiListSelection;
40 40
41 typedef enum UiModelType UiModelType;
42 41
43 enum UiModelType { 42 typedef enum UiModelType {
44 UI_STRING = 0, 43 UI_STRING = 0,
45 UI_INTEGER 44 UI_INTEGER
46 }; 45 } UiModelType;
47 46
48 struct UiModelInfo { 47 struct UiModelInfo {
49 /* 48 /*
50 * number of columns 49 * number of columns
51 */ 50 */

mercurial