I need to add a custom class to some rows in a GtkListView widget so that I can change their background colour. Looking on the inspector, ListItem rows are instances of GtkListItemWidget, but I can’t find anything in the docs or online regarding how to access these widgets.
I am using Gtk 4. Would anyone have any insights on how to access ListItem rows?