Re: [pygtk] GenericCellRenderer problem

2004-09-09 Thread Lorenzo Gil Sanchez
El mié, 08-09-2004 a las 23:46, Brian Campbell escribió:
 I am trying to implement a custom cell renderer by subclassing
 gtk.GenericCellRenderer.  The on_activate and on_start_editing methods of
 gtk.GenericCellRenderer are never called, although on_get_size and on_render
 work fine.  Is there something I am missing?  Do these functions work?
 
Stupid question: has your renderer mode property the
gtk.CELL_RENDERER_MODE_EDITABLE or gtk.CELL_RENDERER_MODE_ACTIVATABLE
values?

Lorenzo

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


[pygtk] GenericCellRenderer problem

2004-09-08 Thread Brian Campbell
I am trying to implement a custom cell renderer by subclassing
gtk.GenericCellRenderer.  The on_activate and on_start_editing methods of
gtk.GenericCellRenderer are never called, although on_get_size and on_render
work fine.  Is there something I am missing?  Do these functions work?


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