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 <[email protected]>wrote:

> 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 triggered when we scroll
> the webpage using mouse's scroll-wheel or using up-down keys on
> keyboard but none of these are triggered when I scroll by pressing
> either the scroll arrows or by dragging the scrollbar using mouse. Are
> there any other events that are triggered in the last two cases - if
> so, could someone please point me to the right files/functions ?
>
> Thanks for the help !!
>
> Regards,
> Aneesh
> _______________________________________________
> webkit-dev mailing list
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to