blueprint-compiler/tests/samples/expr_closure.blp
2022-05-05 00:54:22 -05:00

11 lines
164 B
Text

using Gtk 4.0;
Box {
Box box {
}
}
Stack {
visible-child: bind ((Gtk.Button)my_closure(box.parent)).parent;
visible: bind (bool) my_other_closure(box);
}