gtk2/testsuite
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
..
a11y Update expected output for assistant a11y test 2014-04-10 15:50:51 -07:00
css testsuite: Don't leak in test runner 2014-02-23 15:40:46 +01:00
gdk testsuite: Ignore generated .test files 2013-07-11 12:57:06 -04:00
gtk 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) 2014-04-18 18:59:14 -03:00
reftests reftests: Remove unused argument from function 2014-03-05 21:03:36 +01:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00