mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-06 16:19:07 -04:00
language: Add closure expressions
This commit is contained in:
parent
5cf9b63547
commit
59aa054c4c
10 changed files with 96 additions and 7 deletions
5
tests/samples/expr_closure.blp
Normal file
5
tests/samples/expr_closure.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Label my-label {
|
||||
label: bind ($my-closure(my-label.margin-bottom)) as (string);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue