lang: Also allow Gtk.ListHeader in factory template

This commit is contained in:
James Westman 2024-05-04 12:27:12 -05:00
parent c502dee36b
commit 07e824d8e7
4 changed files with 23 additions and 4 deletions

View file

@ -1,6 +1,10 @@
using Gtk 4.0;
ColumnView {
header-factory: BuilderListItemFactory {
template ListHeader {}
};
row-factory: BuilderListItemFactory {
template ColumnViewRow {}
};