further untangle generic and native GTK implementations of wxScrollHelper: use the...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Dec 2008 16:43:30 +0000 (16:43 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 24 Dec 2008 16:43:30 +0000 (16:43 +0000)
commit29e1398fa035b277569c4514deb622e9f1ddcf40
treed6bac9413d10dbc34d1f07d84719e5b7dec26a31
parent69e97525290ac3aec35dd3f2f304763e40a95ee1
further untangle generic and native GTK implementations of wxScrollHelper: use the standard wxScrollHelperBase/wxScrollHelper naming convention and move the stuff unused by GTK in the generic implementation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57531 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/scrolwin.h
include/wx/gtk/scrolwin.h
include/wx/gtk1/scrolwin.h
include/wx/scrolwin.h
src/generic/scrlwing.cpp
src/gtk/scrolwin.cpp
src/gtk1/scrolwin.cpp