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