Files
gtk3/testsuite/gtk
Juan Pablo Ugarte 887fc60cce Added bindings support to GtkBuilder by introducing 3 new <property> attributes "bind-source" to specify the source object of the binding "bind-property" to specify the source property and "bind-flags" to specify the binding flags (optional)
Binding an object sensitive property with a check button active property will look like this:

<object class="GtkButton" id="button">
  <property name="sensitive" bind-source="checkbutton" bind-property="active"/>
</object>

This is based on the original work done by Denis Washington for his GSoC project

This closes Bug 654417 "[GSoC] Add <binding> element to GtkBuilder syntax"
2014-04-18 18:59:14 -03:00
..
2013-09-03 17:59:19 -04:00
2013-06-30 11:19:50 -04:00
2013-06-15 16:27:04 -04:00
2013-08-23 13:01:41 +02:00
2013-05-22 00:15:08 +02:00
2013-06-24 01:13:44 +02:00
2014-02-17 21:42:38 -05:00
2013-07-09 20:06:23 -04:00