ui/ui/tree.h

changeset 129
5babf09f5f19
parent 128
c284c15509a8
child 140
c03c338a7dcf
equal deleted inserted replaced
128:c284c15509a8 129:5babf09f5f19
39 typedef struct UiListSelection UiListSelection; 39 typedef struct UiListSelection UiListSelection;
40 40
41 41
42 typedef enum UiModelType { 42 typedef enum UiModelType {
43 UI_STRING = 0, 43 UI_STRING = 0,
44 UI_INTEGER 44 UI_INTEGER,
45 UI_ICON,
46 UI_ICON_TEXT,
45 } UiModelType; 47 } UiModelType;
46 48
47 struct UiModelInfo { 49 struct UiModelInfo {
48 /* 50 /*
49 * number of columns 51 * number of columns

mercurial