]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
For ControlWindow there is a new method do_rawcontrolhit(), which gets
authorJack Jansen <jack.jansen@cwi.nl>
Thu, 28 May 1998 14:22:48 +0000 (14:22 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Thu, 28 May 1998 14:22:48 +0000 (14:22 +0000)
commit41e825a8f408c034493a59a12fe4ab42bb96e78b
tree1efd241735ff3c5dcda812e2b2be7c97b27e32c6
parent848250c15b7436a0e8b869730e3a2fdd070fc030
For ControlWindow there is a new method do_rawcontrolhit(), which gets
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.
Mac/Lib/FrameWork.py