blueprint-compiler/tests/samples/binding.blp
James Westman 5f0eef5f2e
Add compilation tests
Added a set of test inputs and expected outputs, for regression testing.
2021-10-31 23:36:20 -05:00

7 lines
79 B
Text

using Gtk 4.0;
Box {
visible: bind box2.visible sync-create;
}
Box box2 {}