ui/motif/list.h

changeset 108
77254bd6dccb
parent 101
7b3a3130be44
equal deleted inserted replaced
107:b34bd1557c6c 108:77254bd6dccb
40 typedef struct UiListView { 40 typedef struct UiListView {
41 UiObject *obj; 41 UiObject *obj;
42 Widget widget; 42 Widget widget;
43 UiVar *var; 43 UiVar *var;
44 UiModel* model; 44 UiModel* model;
45 ui_getvaluefunc getvalue; 45 ui_getvaluefunc2 getvalue;
46 void *getvaluedata;
46 47
47 UiListSelection current_selection; 48 UiListSelection current_selection;
48 49
49 ui_callback onactivate; 50 ui_callback onactivate;
50 void* onactivatedata; 51 void* onactivatedata;

mercurial