> Well the first reference seems to be of no use . I have a sneeky > feeling second would have been of use :( > > Some algorithmic help would be of great use as i do not understand the > gtk architecture very well . I am only beginning to learn pygtk.
well... if you think so, go ahead and read the second reference... But I think you don't necessarily need that to make a cell renderer to be sensitive to a 'button-press-event'. You could use the signal of the TreeView, get the cell where the pointer is and do whatever you want, or you could just use the signal of the editable, depending on what you need. sandro _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
