ui/ui/tree.h

changeset 150
5cee4cb5ad79
parent 147
2e384acc89a6
child 196
320d85f3cd14
equal deleted inserted replaced
149:479209198de3 150:5cee4cb5ad79
36 #endif 36 #endif
37 37
38 typedef struct UiModel UiModel; 38 typedef struct UiModel UiModel;
39 typedef struct UiListCallbacks UiListCallbacks; 39 typedef struct UiListCallbacks UiListCallbacks;
40 typedef struct UiListSelection UiListSelection; 40 typedef struct UiListSelection UiListSelection;
41
42 typedef void*(*ui_getvaluefunc)(void*,int);
43 41
44 typedef enum UiModelType { 42 typedef enum UiModelType {
45 UI_STRING = 0, 43 UI_STRING = 0,
46 UI_INTEGER, 44 UI_INTEGER,
47 UI_ICON, 45 UI_ICON,

mercurial