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
8
tests/samples/binding5.ui
Normal file
8
tests/samples/binding5.ui
Normal file
|
@ -0,0 +1,8 @@
|
|||
<interface>
|
||||
<object class="GtkLabel" id="bla"/>
|
||||
<object class="GtkDropDown">
|
||||
<property name="expression">
|
||||
<lookup name="label">bla</lookup>
|
||||
</property>
|
||||
</object>
|
||||
</interface>
|
Loading…
Add table
Add a link
Reference in a new issue