blueprint-compiler/tests/samples/binding.blp
2021-11-24 14:12:37 -06:00

9 lines
118 B
Text

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