blueprint-compiler/tests/sample_errors/subscope.blp
James Westman 60f9173421 Add type to BuilderListItemFactory extension
Makes it a little clearer how it works.
2023-05-13 16:49:48 -05:00

9 lines
No EOL
102 B
Text

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