I'm investigating how to create in Python (2.7 or above) a GtkIconView that has a custom CellRendererText for the text element of the IconView.
The reason for this, is that I need to override certain properties during the iconview creation.
Looking around I found this example for PyGtk for TreeViews - similar but I need an Introspection example for an IconView
I've looked at the C++ documentation but I dont really understand how to assign a cellrenderertext to the IconView.
Again I've found some python documentation to create a custom cellrenderer for a treeview
Can anyone point me in the correct direction how to modify the example for an IconView