| 49 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget); |
49 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget); |
| 50 UiObject* uic_ctx_object_new(UiContext *ctx, UIWIDGET widget); |
50 UiObject* uic_ctx_object_new(UiContext *ctx, UIWIDGET widget); |
| 51 |
51 |
| 52 void uic_object_push_container(UiObject *toplevel, UiContainerX *newcontainer); |
52 void uic_object_push_container(UiObject *toplevel, UiContainerX *newcontainer); |
| 53 void uic_object_pop_container(UiObject *toplevel); |
53 void uic_object_pop_container(UiObject *toplevel); |
| |
54 void uic_object_remove_second_last_container(UiObject *toplevel); |
| 54 |
55 |
| 55 |
56 |
| 56 |
57 |
| 57 #ifdef __cplusplus |
58 #ifdef __cplusplus |
| 58 } |
59 } |