gtk2/testsuite/gtk/ui/binding8.ui
Matthias Clasen fc9462d49e Add some tests for new GtkBuilder syntax
Some valid and invalid examples for <closure>,
<lookup> and <constant>.
2020-05-30 19:31:38 -04:00

12 lines
350 B
XML

<interface>
<object class="GtkLabel" id="bla"/>
<object class="GtkDropDown">
<property name="expression">
<closure type='gchararray' function="strcmp">
<constant type="gchararray">File size:</constant>
<lookup type="GtkLabel" name="max-width-chars">bla</lookup>
</closure>
</property>
</object>
</interface>