I am currently writing a Gtk application. I still know that I am using pygtk, but since this was deprecated in favor of PyGobject, I decided to make a switch. Back in the days of pygtk, you could extend gtk.GenericCellRenderer, but this class is no longer present.
I tried to find examples in python that uses the new API, but I failed. Can someone show an example of a custom cell renderer that I could use as a starting point?
source share