| commit | 41e825a8f408c034493a59a12fe4ab42bb96e78b | [log] [tgz] |
|---|---|---|
| author | Jack Jansen <jack.jansen@cwi.nl> | Thu May 28 14:22:48 1998 +0000 |
| committer | Jack Jansen <jack.jansen@cwi.nl> | Thu May 28 14:22:48 1998 +0000 |
| tree | 1efd241735ff3c5dcda812e2b2be7c97b27e32c6 | |
| parent | 848250c15b7436a0e8b869730e3a2fdd070fc030 [diff] |
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.