GNOME Bugzilla – Bug 118913
mouse wheel should scroll through months
Last modified: 2004-12-22 21:47:04 UTC
It would be really nice for the mouse wheel to scroll through months of the calendar. I have a patch for this against gnome-panel 2.2. I can generate a new one (but not test it) for 2.3.
Created attachment 18838 [details] [review] Patch to enable calendar scroll (2.2 branch)
Added PATCH keyword.
Created attachment 18898 [details] [review] Patch for CVS HEAD to enable calendar scroll
I should note that clock.c in HEAD had a mixed indentation style. I followed the style specified by the emacs mode line.
shouldn't this be done in GTK?
Sure. It would actually be easier to implement in GTK using private methods. There is a patch in bug 53134 to do this but I haven't seen any action on it.
Marking as WONTFIX. If the patch isn't appropriate for gtk+ then it isn't appropriate for the panel either. Thanks for the patch, though.