blueprint-compiler/tests/samples/expr_lookup.blp
2022-04-30 16:41:46 -05:00

9 lines
98 B
Text

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