ui/common/object.h

changeset 51
e324291ca9f8
parent 0
2483f517c562
--- a/ui/common/object.h	Sun Oct 06 18:43:06 2024 +0200
+++ b/ui/common/object.h	Sun Oct 20 21:24:13 2024 +0200
@@ -36,6 +36,7 @@
 #endif
 
 UiObject* uic_object_new(UiObject *toplevel, UIWIDGET widget);
+UiObject* uic_ctx_object_new(UiContext *ctx, UIWIDGET widget);
 void uic_obj_add(UiObject *toplevel, UiObject *ctobj);
 UiObject* uic_current_obj(UiObject *toplevel);
 

mercurial