blueprint-compiler/tests/samples/expr_lookup.blp
2022-07-23 15:10:28 -05:00

9 lines
118 B
Text

using Gtk 4.0;
Overlay {
Label label {}
}
Label {
label: bind ((Label) ((Overlay) label.parent).child).label;
}