Add lookup expressions

This commit is contained in:
James Westman 2022-01-29 21:21:04 -06:00
parent c094743e84
commit 4fefa0bd73
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6
8 changed files with 177 additions and 5 deletions

View file

@ -0,0 +1,9 @@
using Gtk 4.0;
Overlay {
Label label {}
}
Label {
label: bind (label.parent).child.label;
}