ui/ui/tree.h

changeset 128
c284c15509a8
parent 124
80609f9675f1
child 129
5babf09f5f19
equal deleted inserted replaced
127:ce342364fad5 128:c284c15509a8
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,
47 } UiModelType; 45 } UiModelType;
48 46
49 struct UiModelInfo { 47 struct UiModelInfo {
50 /* 48 /*
51 * number of columns 49 * number of columns

mercurial