mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
Add lookup expressions
This commit is contained in:
parent
c094743e84
commit
4fefa0bd73
8 changed files with 177 additions and 5 deletions
9
tests/samples/expr_lookup.blp
Normal file
9
tests/samples/expr_lookup.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Overlay {
|
||||
Label label {}
|
||||
}
|
||||
|
||||
Label {
|
||||
label: bind (label.parent).child.label;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue