diff -r 9a5f47fbc5c3 -r 458831c574f4 ui/common/object.h --- a/ui/common/object.h Sat Apr 12 13:44:53 2014 +0200 +++ b/ui/common/object.h Sat May 10 15:43:22 2014 +0200 @@ -35,6 +35,10 @@ extern "C" { #endif +UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget); +void uic_obj_add(UiObject *toplevel, UiObject *ctobj); +UiObject* uic_current_obj(UiObject *toplevel); + UiContainer* uic_get_current_container(UiObject *obj);