Add lookup expressions

This commit is contained in:
James Westman 2022-01-29 21:21:04 -06:00
parent d09ee2a62b
commit 012bdf6843
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;
}