ui/gtk/entry.c

changeset 60
ee4e4742391e
parent 45
ab71409644b0
--- a/ui/gtk/entry.c	Wed Oct 23 21:46:43 2024 +0200
+++ b/ui/gtk/entry.c	Sun Oct 27 18:24:37 2024 +0100
@@ -71,6 +71,7 @@
 #endif
     GtkWidget *spin = gtk_spin_button_new_with_range(min, max, args.step);
     ui_set_name_and_style(spin, args.name, args.style_class);
+    ui_set_widget_groups(obj->ctx, spin, args.groups);
     gtk_spin_button_set_digits(GTK_SPIN_BUTTON(spin), args.digits);
     UiObserver **obs = NULL;
     if(var) {

mercurial