Some time ago, Hrvoje Niksic wrote...
|+
| Gunnar Evermann <Gunnar.Evermann(a)nats.informatik.uni-hamburg.de> writes:
|
| > the problem is that the event returned contains a window in the
| > channel field. AFAICT this should be a frame (or console)!
|
| No, window is legal channel for scrollbar events.
|
| channel Where this event occurred on. (...)
|
| Specifically:
| [...]
| -- for scrollbar misc-user events, channel
| will be a window.
|-
This is a bad idea at all. Window is already stuffed into a misc-user event
from scrollbar, as an OBJECT parameter, so channel should be the frame,
as with menubar and drag and drop events.
I'll send a fix for that, after I patch some Windows specific code to
test this out.
Kirill