Has anyone tried to create their own custom cell renderer in python?  
In particular, I'd like to extend CellRendererText so I can add signals to
the CellEditable.  But it looks like I'd have to reimplement lots of
CellRendererText in python.

I suppose the other option would be to modify the C code and wrap it by
copying what's done in pygtk for CellRendererText (hopefully it's that
simple).

The reason I need to do this is that I want to be able to pop up a menu
based on what cell the user is editing.  get_cursor() does not seem to be
the solution that I was hoping for:

http://bugzilla.gnome.org/show_bug.cgi?id=100973

Dave Cook
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to