diff -r 9c25e2616bfa -r e324291ca9f8 ui/common/object.h --- 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);