Hi,
I am trying to create Widgets from a GtkBuilderListItemFactory (in a GtkGridView), that have an action, action target and icon.
GtkStringList seems not feasable for me, as it only has one property.
Is there a way to attach a model, that can contain more data, like the attributes in the menu model?
I want to do this in a flexible way, meaning I don’t want to write C code for that.
Thank you in advance.