Re: tooltips and scroll events

2011-05-01 Thread Kristian Rietveld
On Tue, Apr 26, 2011 at 10:54 PM, Matthias Clasen matthias.cla...@gmail.com wrote: Any objections to this change? Sounds right to me; of course, I haven't tried it... Just pushed the change to master. regards, -kris. ___ gtk-devel-list mailing

Re: tooltips and scroll events

2011-04-26 Thread Kristian Rietveld
On Apr 25, 2011, at 4:34 PM, Paul Davis wrote: currently, gtk2's tooltips code handles scroll events entirely differently to button and key press events. even though one can connect to the query-notify signal to get rid of a tooltip when a scroll event happens, the tooltip will reappear

Re: tooltips and scroll events

2011-04-26 Thread Matthias Clasen
On Tue, Apr 26, 2011 at 3:07 PM, Kristian Rietveld k...@gtk.org wrote: there are complicated patches for this, and there's a simple patch: treat a scroll event equivalently to a button/key press/release. does anyone know of a good reason not to do this? I don't, and I think we should apply

tooltips and scroll events

2011-04-25 Thread Paul Davis
currently, gtk2's tooltips code handles scroll events entirely differently to button and key press events. even though one can connect to the query-notify signal to get rid of a tooltip when a scroll event happens, the tooltip will reappear shortly thereafter. i haven't looked by i'm guessing