blueprint-compiler/tests/sample_errors/does_not_implement.blp
2022-01-11 22:37:24 -06:00

7 lines
61 B
Text

using Gtk 4.0;
Label label {}
DropDown {
model: label;
}