[webkit-dev] scroll event firing for WebKit Gtk port

2010-11-01 Thread Aneesh Bhasin
Hi All, I am trying to figure out which functions are triggered when we scroll a webpage in the Gtk port of WebKit. I am using GtkLauncher for the experiments. I could see webkit_web_view_scroll_event() and webkit_web_view_real_move_cursor() (in WebKit/gtk/webkit/webkitwebview.cpp) being triggere

Re: [webkit-dev] scroll event firing for WebKit Gtk port

2010-11-01 Thread Nilesh Patil
Hi I think you will have to look for scrollviewgtk.cpp and scrollview.cpp - a platform side implementation for scrollable view in Gtk. Thanks & Regards Nilesh On Mon, Nov 1, 2010 at 5:05 PM, Aneesh Bhasin wrote: > Hi All, > > I am trying to figure out which functions are triggered when we scrol

Re: [webkit-dev] scroll event firing for WebKit Gtk port

2010-11-01 Thread Aneesh Bhasin
On Mon, Nov 1, 2010 at 8:50 PM, Nilesh Patil wrote: > Hi > > I think you will have to look for scrollviewgtk.cpp and scrollview.cpp - a > platform side implementation for scrollable view in Gtk. > > Thanks & Regards > Nilesh > Thanks Nilesh - that helped. For reference sake, here are the function