ui/common/object.h

changeset 33
458831c574f4
parent 5
19d37cb9c96c
child 140
c03c338a7dcf
--- 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);
 
 

mercurial