ui/gtk/list.h

changeset 1179
2f4c73ff962f
parent 1136
e6fc42b4248d
equal deleted inserted replaced
1177:e5e5c1779294 1179:2f4c73ff962f
104 UiObject *obj; 104 UiObject *obj;
105 ui_callback activate; 105 ui_callback activate;
106 ui_callback selection; 106 ui_callback selection;
107 void *activatedata; 107 void *activatedata;
108 void *selectiondata; 108 void *selectiondata;
109 char *activate_action;
110 char *selection_action;
109 } UiTreeEventData; 111 } UiTreeEventData;
110 112
111 typedef struct UiListBox UiListBox; 113 typedef struct UiListBox UiListBox;
112 114
113 typedef struct UiListBoxSubList { 115 typedef struct UiListBoxSubList {

mercurial