mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
These are sometimes necessary. In the future the compiler should be able to detect when they will be necessary so we don't have to find out at runtime.
9 lines
106 B
Text
9 lines
106 B
Text
using Gtk 4.0;
|
|
|
|
Overlay {
|
|
Label label {}
|
|
}
|
|
|
|
Label {
|
|
label: bind ((Label) label.parent.child).label;
|
|
}
|