gtk+ 2.4 treeview right clicks



Hello!

I'm using gtk+ 2.2 for my development and just trying out gtk+ 2.4. I'm using a TreeView and use a self written CellRenderer (derived from the GtkCellRenderer). One thing I implemented is a context sensitive popup menu (on a right mouse click) that is handled by the CellRenderer activate function. This was an elegant solution as the CellRenderer already knows about the content of the cell and thus can easily create the popup menu. But in gtk+ 2.4 middle and right mouse clicks are no longer passed to the activate function, only left mouse clicks.

Is this the right behaviour and was a bug in previous gtk+ 2.2? Is the CellRenderer activate function only dedicated to left mouse clicks?


Regards,
Frank



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]