mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-08 16:39:08 -04:00
language: Add expression literals
Add expression literals, so you can set properties of type Gtk.Expression.
This commit is contained in:
parent
a6d57cebec
commit
ffb125a725
27 changed files with 263 additions and 11 deletions
5
tests/samples/expr_literal_literal.blp
Normal file
5
tests/samples/expr_literal_literal.blp
Normal file
|
@ -0,0 +1,5 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
BoolFilter {
|
||||
expression: expr true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue