blueprint-compiler/tests/samples/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
123 B
Text

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