[wx-dev] scrolling code is wrong :-)

Paul Cornett pc-wx at bullseye.com
Mon Jun 25 15:22:03 PDT 2007


Robert Roebling wrote:
> I changed wxWindowGTK::ConnectWidget( .. ) to use g_signal_connect_after
> when connecting to the "scroll_event" signal and I still get the event
> in my test (just put a printf in window_scroll_event). You probably
> mean something else which I didn't understand.

I checked the GtkScrolledWindow code, and it does return true for the "scroll_event" signal, so maybe there is something else going on. Using g_signal_connect_after, do you see the "extra" scrolling that would indicate GtkScrolledWindow is also handling the signal?




More information about the wx-dev mailing list