ui/gtk/button.h

changeset 58
0d25f15e2625
parent 56
294d5515583a
--- a/ui/gtk/button.h	Wed Oct 23 18:25:28 2024 +0200
+++ b/ui/gtk/button.h	Wed Oct 23 18:25:43 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