ui/common/object.h

branch
newapi
changeset 328
059cba080ab4
parent 192
bcacd00ea955
--- a/ui/common/object.h	Sun Oct 06 12:08:40 2024 +0200
+++ b/ui/common/object.h	Mon Oct 07 23:26:30 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