I understand that EVT_SCROLL_ENDSCROLL is for Winblows only, but does
anyone know why EVT_SCROLL_THUMBRELEASE doesn't work on Linux? I've
attached a drop-in replacement for the wxSlider.py demo: on my box
(Debian Woody, Python 2.2, wxPython 2.4.0.4) my handler is never called,
no matter what I do with the slider. EVT_SCROLL of course does work.
I understand that EVT_SCROLL_ENDSCROLL is for Winblows only, but does
anyone know why EVT_SCROLL_THUMBRELEASE doesn't work on Linux? I've
attached a drop-in replacement for the wxSlider.py demo: on my box
(Debian Woody, Python 2.2, wxPython 2.4.0.4) my handler is never called,
no matter what I do with the slider. EVT_SCROLL of course does work.
Ouch, that's not good news. So this comes down to a GTK deficiency.
Thanks for the info, Robin!
Best regards,
Charl
···
On Tue, Mar 11, 2003 at 10:25:44AM -0800, Robin Dunn wrote:
Charl P. Botha wrote:
>I understand that EVT_SCROLL_ENDSCROLL is for Winblows only, but does
>anyone know why EVT_SCROLL_THUMBRELEASE doesn't work on Linux? I've
>attached a drop-in replacement for the wxSlider.py demo: on my box
>(Debian Woody, Python 2.2, wxPython 2.4.0.4) my handler is never called,
>no matter what I do with the slider. EVT_SCROLL of course does work.
>