ui/common/context.h

branch
newapi
changeset 343
54f5d7eb1335
parent 337
2904fba2708b
--- a/ui/common/context.h	Mon Oct 21 15:47:10 2024 +0200
+++ b/ui/common/context.h	Tue Oct 22 21:17:01 2024 +0200
@@ -134,8 +134,10 @@
 
 void uic_remove_bound_var(UiContext *ctx, UiVar *var);
 
+size_t uic_group_array_size(const int *groups);
 void uic_check_group_widgets(UiContext *ctx);
 void uic_add_group_widget(UiContext *ctx, void *widget, ui_enablefunc enable, CxList *groups);
+void uic_add_group_widget_i(UiContext *ctx, void *widget, ui_enablefunc enable, const int *groups, size_t numgroups);
 
 
 #ifdef	__cplusplus

mercurial