diff -r 1ce14068ef31 -r 294d5515583a ui/gtk/button.h --- a/ui/gtk/button.h Wed Oct 23 10:37:43 2024 +0200 +++ b/ui/gtk/button.h Wed Oct 23 17:40:45 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,