GNOME Bugzilla – Bug 50344
GtkTreeView should probably consider forwarding more events to cell renderers
Last modified: 2011-02-04 16:09:25 UTC
Right now I think it only emits "event" on the cell renderers for GDK_BUTTON_PRESS. Look at what events GnomeCanvas and GtkTextView send, should likely do comparable things. (though without "grab" support it's hard to get things to really behave as people might expect...)
Put all GTK 1.3.x bugs on 2.0.0 milestone
If we move to a 'activate' system, then this will need to change.
Fixed in current CVS