The gtk.CellRenderer is a base class of a set of objects used for rendering a cell to a cairo_t These objects are used primarily by the gtk.TreeView widget, though they aren’t tied to them in any specific way. It is worth noting that gtk.CellRenderer is not a gtk.Widget and cannot be treated as such.
Undocumented in source.