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

5 lines
No EOL
56 B
Text

using Gtk 4.0;
Label {
label: bind something.other;
}