Hi,
I wonder if someone using Mac could tell me which events are emitted when dragging and releasing the thumbtrack of wx.Slider.
I'm interested especially in EVT_SCROLL_CHANGED and EVT_SCROLL_THUMBRELEASE. In documentation I can read that EVT_SCROLL_CHANGED is on MSW only but I can handle it on Linux, too. On Mac, I suppose it's not possible. I think, the easiest way how to test it is wx demo with widget inspector.
Thanks
Anna Kratochvilova