| 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); |