blueprint-compiler/tests/samples/expr_closure_args.blp
2023-03-12 16:12:16 -05:00

5 lines
No EOL
84 B
Text

using Gtk 4.0;
Label {
label: bind $my-closure (true, 10, "Hello") as (string);
}