mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
decompiler: Implement support for bindings
The .ui files for tests were taken from GTK test suite.
This commit is contained in:
parent
479fe17589
commit
7fc367e644
18 changed files with 172 additions and 0 deletions
11
tests/samples/binding8.ui
Normal file
11
tests/samples/binding8.ui
Normal file
|
@ -0,0 +1,11 @@
|
|||
<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>
|
Loading…
Add table
Add a link
Reference in a new issue