ui/common/object.h

changeset 113
dde28a806552
parent 112
c3f2f16fa4b8
equal deleted inserted replaced
112:c3f2f16fa4b8 113:dde28a806552
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 }

mercurial