--- a/ui/common/wrapper.h Fri Jun 13 21:37:00 2025 +0200 +++ b/ui/common/wrapper.h Sat Jun 14 11:05:57 2025 +0200 @@ -35,6 +35,10 @@ extern "C" { #endif +UIEXPORT UiContext* ui_object_get_context(UiObject *obj); +UIEXPORT void* ui_object_get_windowdata(UiObject *obj); +UIEXPORT void ui_object_set_windowdata(UiObject *obj, void *windowdata); + UIEXPORT UiObject* ui_event_get_obj(UiEvent *event); UIEXPORT void* ui_event_get_document(UiEvent *event); UIEXPORT void* ui_event_get_windowdata(UiEvent *event);