Add persistence support for wxSplitterWindow.

New wxPersistentSplitter class allows to easily save and restore the splitter
position in config.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69001 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-09-04 23:01:45 +00:00
parent 8f2139d0d8
commit d6397a9f35
20 changed files with 448 additions and 361 deletions

View File

@@ -467,6 +467,7 @@ All (GUI):
- Added wxDataViewCtrl::GetSelectedItemsCount() and HasSelection().
- Added wxFLP_SMALL and wxDIRP_SMALL styles.
- Added support for saving alpha with TIFF images.
- Added wxPersistentSplitter.
OSX: