No changes, just make it easier to tweak splitter sample.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:51:58 +0000 (23:51 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2012 23:51:58 +0000 (23:51 +0000)
commit5c299305d49c2165e7fee21945e3078b685196c0
tree40ab8b1632b249ad49e8440b0c2adebedb09d7d6
parentc2d4b6971f50bfcdc6c931fdfe050340f85afe54
No changes, just make it easier to tweak splitter sample.

The sample contains disabled code for using other type of windows than
MyCanvas for the splitter children but it didn't compile any more because the
variables were declared as wxScrolledWindow. Fix this by using just wxWindow
for them.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72889 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
samples/splitter/splitter.cpp