[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [patch] Add 2nd scrollwheel scrolling
- From: Havoc Pennington <hp redhat com>
- To: wmperry aventail com
- Cc: Owen Taylor <otaylor redhat com>, egger suse de, gtk-devel-list gnome org
- Subject: Re: [patch] Add 2nd scrollwheel scrolling
- Date: 30 Oct 2000 07:26:20 -0500
wmperry aventail com (William M. Perry) writes:
> The biggest beef I have with the GTK wheel handling is that the use of
> button4 & button5 as the wheel events is hardcoded in gtkmain.c:
>
> if ((grab_widget == event_widget) &&
> (event->button.button == 4 || event->button.button == 5))
>
> And this fails for people that have complicated mice where it would be
> better to have buttons 1-5 be 'real' buttons and 6-7 be the wheel.
>
There's an abstraction barrier there now in 2.0 (GdkEventScroll), but
still it isn't configurable.
Havoc
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]