Hello,

Le 14/11/2016, Pozz Pozz <pozzu...@gmail.com> a écrit :
> Of course, I'm supponsing the case of several parameters that have
> different values but the same range properties (min, max, page
> step, ...)
You may implement your use case using bindings. You have a master
GtkAdjusment, or even better a derived GObject with range properties.
Then you can use g_object_bind_property() on every slave GtkAdjusments,
so that their range properties are always in sync.

Damien.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to