ui/gtk/button.h

branch
newapi
changeset 344
870dd3d41d83
parent 308
4efc7c19e31d
--- a/ui/gtk/button.h	Tue Oct 22 21:17:01 2024 +0200
+++ b/ui/gtk/button.h	Wed Oct 23 14:52:18 2024 +0200
@@ -46,7 +46,8 @@
         const char *label,
         const char *icon,
         ui_callback onclick,
-        void *userdata);
+        void *userdata,
+        int event_value);
 
 void ui_setup_togglebutton(
         UiObject *obj,

mercurial