blueprint-compiler/tests/samples/binding8.ui
Jan Tojnar 7fc367e644 decompiler: Implement support for bindings
The .ui files for tests were taken from GTK test suite.
2023-11-18 21:53:27 +01:00

11 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>