blueprint-compiler/tests/sample_errors/subscope.blp
2023-04-28 20:49:22 -05:00

9 lines
No EOL
93 B
Text

using Gtk 4.0;
BuilderListItemFactory {
template {
child: label;
}
}
Label label {}