ui/ui/tree.h

changeset 124
80609f9675f1
parent 116
480354705c2f
child 128
c284c15509a8
equal deleted inserted replaced
123:55adc92e7c09 124:80609f9675f1
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