Refactor: extract GtkScrolledWindow creation from wxWindow::Create().
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jul 2012 20:45:21 +0000 (20:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 24 Jul 2012 20:45:21 +0000 (20:45 +0000)
commit992ea4068c9cd01151483e8a152d4824c5d3a18a
treeac82ddb8e9f15b8aee6cc7a4187c5dac7010ad32
parent0eb47013cfd6e271b1de2daac3428d07227ff09d
Refactor: extract GtkScrolledWindow creation from wxWindow::Create().

No real changes, just make it possible to reuse the scrolled window and
scrollbars creation code from derived classes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72202 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/window.h
src/gtk/window.cpp