ui/gtk/button.h

branch
newapi
changeset 350
70305d427f25
parent 344
870dd3d41d83
--- a/ui/gtk/button.h	Wed Oct 23 17:16:51 2024 +0200
+++ b/ui/gtk/button.h	Fri Oct 25 15:37:02 2024 +0200
@@ -47,7 +47,8 @@
         const char *icon,
         ui_callback onclick,
         void *userdata,
-        int event_value);
+        int event_value,
+        bool activate_event);
 
 void ui_setup_togglebutton(
         UiObject *obj,

mercurial