ui/common/object.h

changeset 886
6f5e02fcb7b9
parent 801
e096c441e874
child 932
28fc967f74ef
equal deleted inserted replaced
885:28ecfe5399ae 886:6f5e02fcb7b9
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