blueprint-compiler/tests/samples/expr_closure.blp
2022-12-25 14:04:41 -06:00

5 lines
No EOL
99 B
Text

using Gtk 4.0;
Label my-label {
label: bind ($my-closure(my-label.margin-bottom)) as (string);
}