mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-10 16:52:14 -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/binding8.blp
Normal file
8
tests/samples/binding8.blp
Normal file
|
@ -0,0 +1,8 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label bla {
|
||||
}
|
||||
|
||||
DropDown {
|
||||
expression: strcmp('File size:', bla as <GtkLabel>.max-width-chars) as <gchararray>;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue