The documentation for gtk2hs CellRenderer says:
The primary use of a CellRenderer is for drawing a certain graphical elements on a Drawable
Looking at the corresponding page for GTK+ I see it has a function
render(cr, widget, background_area, cell_area, flags)
which invokes the virtual render function. However I can't find anything like that in gtk2hs.
So how do I get a CellRenderer onto a Cairo Drawable in gtk2hs?