blueprint-compiler/tests/samples/bind_literal.blp
James Westman ffb125a725
language: Add expression literals
Add expression literals, so you can set properties of type
Gtk.Expression.
2024-12-24 12:54:23 -06:00

5 lines
57 B
Text

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