I'm in the process of writing a Gtk application. Up 'til know I have been using pygtk but because that has been deprecated in favor of PyGobject I have decided to make the switch. Back in the time of pygtk one could extend the gtk.GenericCellRenderer but this class is not longer present.
I have tried to find examples in python that uses the new API but I have failed. Can anyone show an example of a custom cell renderer that I could use as a starting point?