blueprint-compiler/tests/samples/bind_literal.blp
James Westman 8c6f8760f7 language: Add expression literals
Add expression literals, so you can set properties of type
Gtk.Expression.
2025-01-04 17:09:57 +00:00

5 lines
57 B
Text

using Gtk 4.0;
Label {
label: bind "Hello, world!";
}