mirror of
https://github.com/python/cpython.git
synced 2026-05-12 15:39:22 -04:00
41e825a8f4
control before TrackControl is called. The default implementation calls TrackControl and then do_controlhit(). For ScrolledWindow, do_rawcontrol passes a tracker function to TrackControl if the mouse is in one of the arrows or grey areas, and the tracker handles scrolling. For the thumb part nothing has changed.