blueprint-compiler/tests/sample_errors/binding_flags.blp
2023-07-20 18:46:45 -05:00

5 lines
No EOL
79 B
Text

using Gtk 4.0;
Label {
label: bind $my_closure() as <Label> bidirectional;
}