Deprecate not working wxSplitterWindow::SetSashSize().
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:23:16 +0000 (01:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Nov 2010 01:23:16 +0000 (01:23 +0000)
commit26696222ffb75ac8531207cf356a52b033c48d9e
tree94693835dedb7acfb0ab8a174d70c58e1151fafa
parent4ccbb8de5cae88b3c4e11140905691ee9e4a4a82
Deprecate not working wxSplitterWindow::SetSashSize().

Setting sash size to non default value didn't work correctly and didn't make
much sense anyhow as the sash appearance is platform-dependent and current
code for drawing it doesn't work for arbitrary sizes.

Simply remove the possibility to set the sash size.

Closes #12412.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@66232 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/splitter.h
interface/wx/splitter.h
src/generic/splitter.cpp