GNOME Bugzilla – Bug 683279
range: add a primary-button-warps-slider style property
Last modified: 2012-09-03 15:58:28 UTC
Setting this to TRUE (it's FALSE by default) enables the behavior we have in GTK3 for scrollbars.
Created attachment 223340 [details] [review] range: add a primary-button-warps-slider style property
Review of attachment 223340 [details] [review]: ::: gtk/gtkrange.c @@ +2403,2 @@ */ + if (range->layout->mouse_location != MOUSE_SLIDER) Would have been more obvious to keep the condition and just go event->butotn == warp_button. Why the change ?
Review of attachment 223340 [details] [review]: clarified on irc - condition matches gtk3
Attachment 223340 [details] pushed as cc7abf6 - range: add a primary-button-warps-slider style property