I have been looking at replacing my Gtk.TreeView and Gtk.ListStore with the new Gtk+4 Gtk.ListView and Gio.ListStore. I used to store several strings and a few GObjects in the Gtk.ListStore, some for the CellRenderers some for convenience.
As far as I can see, Gio.ListStore can not store multiple columns like the Gtk.ListStore can. Is this correct?
If not, how would I for example store 2 strings and a Gtk.Image?
If so, is there another store that I can use? I could not find any listed in the docs.