blueprint-compiler/tests/samples/expr_lookup.blp
2022-12-25 14:04:40 -06:00

9 lines
122 B
Text

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