blueprint-compiler/tests/samples/binding5.blp
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

8 lines
73 B
Text

using Gtk 4.0;
Label bla {
}
DropDown {
expression: bla.label ;
}