Couple mouse wheel to v-scrolls in file browser
authorH.G. Muller <h.g.muller@hccnet.nl>
Tue, 12 Apr 2011 15:06:28 +0000 (17:06 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Thu, 14 Apr 2011 19:30:18 +0000 (21:30 +0200)
commite9a0808a5551217eb4fd29d949f3c7672545c168
treef7a22996d5a2a908a88eee50233c46b09d39bba7
parenta98a889d21403be8361c2abdd41480d5d02674cd
Couple mouse wheel to v-scrolls in file browser

A newly added mouse-wheel event handler was made to call the v-scroll
callback routines with parameters to step one entry. The button-press
handler for the lists themselves was also made to intercept the wheel
events (buttons 4 and 5), to prevent they would select an entry, and
make them scroll in stead as well.
filebrowser/draw.c
filebrowser/path.c
filebrowser/selfile.c