add groups to spinner args newapi

Sun, 27 Oct 2024 10:23:02 +0100

author
Olaf Wintermann <olaf.wintermann@gmail.com>
date
Sun, 27 Oct 2024 10:23:02 +0100
branch
newapi
changeset 357
3f2a84587e4e
parent 356
eae98e4f3f1f
child 358
98b26a19cbeb

add groups to spinner args

ui/ui/entry.h file | annotate | diff | comparison | revisions
--- a/ui/ui/entry.h	Sun Oct 27 10:22:19 2024 +0100
+++ b/ui/ui/entry.h	Sun Oct 27 10:23:02 2024 +0100
@@ -53,6 +53,8 @@
     const char* varname;
     ui_callback onchange;
     void* onchangedata;
+    
+    const int *groups;
 } UiSpinnerArgs;
 
 

mercurial