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

9 lines
118 B
Text

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