diff -r 239d29f31cf8 -r 4531a342c5b3 ui/common/context.c --- a/ui/common/context.c Mon Sep 22 22:25:14 2025 +0200 +++ b/ui/common/context.c Tue Sep 23 17:40:40 2025 +0200 @@ -557,6 +557,19 @@ cxListFree(groups); } +void ui_widget_set_groups2(UiContext *ctx, UIWIDGET widget, ui_enablefunc enable, int *groups, int ngroups) { + CxList *ls = cxArrayListCreate(cxDefaultAllocator, NULL, sizeof(int), ngroups); + for(int i=0;i= 0;i++) { }