ui/ui/toolkit.h

changeset 1129
a4affe75198c
parent 1127
d3a8c29ebdaa
child 1133
c9e2167b0f15
equal deleted inserted replaced
1128:0a150985d6b6 1129:a4affe75198c
293 */ 293 */
294 UiContainer *container_begin; 294 UiContainer *container_begin;
295 UiContainer *container_end; 295 UiContainer *container_end;
296 296
297 /* 297 /*
298 * next container object 298 * called when someone requests to close the window
299 */ 299 */
300 UiObject *next; 300 void (*onclose)(UiEvent *event, void *userdata);
301 void *onclosedata;
301 302
302 /* 303 /*
303 * obj destroy func 304 * obj destroy func
304 */ 305 */
305 void (*destroy)(UiObject *obj); 306 void (*destroy)(UiObject *obj);

mercurial