ui/common/object.h

changeset 627
3f0c9fe60c68
parent 626
724c7036a03e
child 801
e096c441e874
--- a/ui/common/object.h	Mon Jun 16 21:21:00 2025 +0200
+++ b/ui/common/object.h	Mon Jun 16 21:41:55 2025 +0200
@@ -45,6 +45,7 @@
     
 void uic_object_destroy(UiObject *obj);
     
+UiObject* uic_object_new_toplevel(void);
 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);

mercurial