]> git.saurik.com Git - wxWidgets.git/commit
Set up scrollbars correctly for wxWebView in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jul 2012 20:45:25 +0000 (20:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jul 2012 20:45:25 +0000 (20:45 +0000)
commit1f7c17f4054a0ea33551262b57061be4847d58ff
treeb0228ef05aee44f99b07d611c73e967b317b87fe
parent992ea4068c9cd01151483e8a152d4824c5d3a18a
Set up scrollbars correctly for wxWebView in wxGTK.

This allows Scroll{Lines,Pages}() methods inherited from wxWindow to work with
it.

Add a test of using them to the sample.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72203 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/webview/webview.cpp
src/gtk/webview_webkit.cpp