ui/winui/toolkit.h

branch
newapi
changeset 189
4daddc326877
parent 184
8c9b4b28aaa9
child 201
7f67ebbb0c1c
--- a/ui/winui/toolkit.h	Sun Oct 01 14:40:43 2023 +0200
+++ b/ui/winui/toolkit.h	Sun Oct 01 16:39:03 2023 +0200
@@ -38,3 +38,5 @@
 
 void ui_context_add_window_destructor(UiContext* ctx, UiWindow *win);
 void ui_context_add_widget_destructor(UiContext* ctx, UiWidget* widget);
+
+UiEvent ui_create_int_event(UiObject* obj, int64_t i);
\ No newline at end of file

mercurial