Bug 14795

Summary: [gtk] Fully implement PlatformScrollbar
Product: WebKit Reporter: Holger Freyther <zecke>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal Keywords: Gtk
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: Mac   
OS: OS X 10.4   
Attachments:
Description Flags
Fully implement PlatformScrollbar oliver: review+

Description Holger Freyther 2007-07-27 19:47:54 PDT
Call Scrollbar::setValue and implement the two update methods.

One remaining question is if I need to add some special handling to hide the scrollbar if they are not needed?
Comment 1 Holger Freyther 2007-07-27 19:50:20 PDT
Created attachment 15714 [details]
Fully implement PlatformScrollbar

Call setValue from a closure connected to value-changed of GtkAdjustment. Set GtkAdjustment::value from updateThumbPosition and use updateThumbProportion to set min,max,page_size,step- and page-increment.
Comment 2 Holger Freyther 2007-08-08 01:08:34 PDT
This was landed in r24926.