mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-05 16:09:07 -04:00
lang: Also allow Gtk.ListHeader in factory template
This commit is contained in:
parent
c502dee36b
commit
07e824d8e7
4 changed files with 23 additions and 4 deletions
|
@ -1,6 +1,10 @@
|
|||
using Gtk 4.0;
|
||||
|
||||
ColumnView {
|
||||
header-factory: BuilderListItemFactory {
|
||||
template ListHeader {}
|
||||
};
|
||||
|
||||
row-factory: BuilderListItemFactory {
|
||||
template ColumnViewRow {}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue