Add persistence support for wxSplitterWindow.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Sep 2011 23:01:45 +0000 (23:01 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Sep 2011 23:01:45 +0000 (23:01 +0000)
commitd6397a9f35045cfb65cbbf59cd519559963c915e
treeccd3193e69e66b8ca7a4224d92070c937f5034d2
parent8f2139d0d8fa21a50c91d2f7f19b612897286b9b
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
20 files changed:
Makefile.in
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_adv.dsp
build/msw/wx_core.dsp
build/msw/wx_vc7_adv.vcproj
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc7_xrc.vcproj
build/msw/wx_vc8_adv.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc8_xrc.vcproj
build/msw/wx_vc9_adv.vcproj
build/msw/wx_vc9_core.vcproj
build/msw/wx_vc9_xrc.vcproj
build/msw/wx_xrc.dsp
docs/changes.txt
include/wx/persist/splitter.h [new file with mode: 0644]