mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
Add lambda values
This commit is contained in:
parent
30f0deea34
commit
d7155981b1
8 changed files with 119 additions and 4 deletions
9
tests/samples/lambda.blp
Normal file
9
tests/samples/lambda.blp
Normal file
|
@ -0,0 +1,9 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
Gtk.BoolFilter filter {
|
||||
expression: (Gtk.Label object) => object.visible;
|
||||
}
|
||||
|
||||
Gtk.BoolFilter {
|
||||
expression: (Gtk.Label object) => filter.invert;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue