mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19: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
5
tests/samples/binding3.blp
Normal file
5
tests/samples/binding3.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
DropDown {
|
||||
expression: bla ;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue