diff -r 54f5d7eb1335 -r 870dd3d41d83 ui/gtk/button.h --- 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,