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