hi;

On 3 February 2015 at 14:50, Konstantin P. <ria.freelan...@gmail.com> wrote:
> How can I bind to child property of particular child using g_settings_bind?
> It is even possible?

you can't. the child (and style) properties added by GTK are separate
from the GObject properties; they are stored in their own pool, and
they are accessed using API inside GTK+ itself, so anything below GTK+
won't be able to see them.

ciao,
 Emmanuele.

-- 
https://www.bassi.io
[@] ebassi [@gmail.com]
_______________________________________________
gtk-list mailing list
gtk-list@gnome.org
https://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to