Re: GtkBuilder property binding syntax

2014-06-20 Thread Victor A. Santos
Thanks for help. I'll write the binding in the code, maybe when Gtk releases 3.14 I migrate to binding in .ui. Thanks again :) On Fri, 2014-06-20 at 19:28 +0100, Phillip Wood wrote: > On 20/06/14 17:04, Emmanuele Bassi wrote: > > > > hi; > > > > that's not entirely correct: GtkBuilder now allo

Re: GtkBuilder property binding syntax

2014-06-20 Thread Phillip Wood
On 20/06/14 17:04, Emmanuele Bassi wrote: > > hi; > > that's not entirely correct: GtkBuilder now allows binding properties > directly in the XML: > >> It is also possible to bind a property value to another object's property >> value using >> the attributes "bind-source" to specify the source

Re: GtkBuilder property binding syntax

2014-06-20 Thread Emmanuele Bassi
hi; that's not entirely correct: GtkBuilder now allows binding properties directly in the XML: > It is also possible to bind a property value to another object's property > value using > the attributes "bind-source" to specify the source object of the binding, > "bind-property" > to specify the

Re: GtkBuilder property binding syntax

2014-06-20 Thread Phillip Wood
On 20/06/14 16:23, Victor A. Santos wrote: > > Which is the syntax for property binding in UI definition files ? > > I've tried: > bind-property="value" /> > > but: > :3:3535 'bind-source' is not a valid attribute of If you want property "label" to have the value "cross_low_adj" then the syn

GtkBuilder property binding syntax

2014-06-20 Thread Victor A. Santos
Which is the syntax for property binding in UI definition files ? I've tried: but: :3:3535 'bind-source' is not a valid attribute of Thanks ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org https://mail.gnome.org/mailman/listinfo/gtk-