added wxSplitterWindow to XRC
authorVáclav Slavík <vslavik@fastmail.fm>
Sun, 26 Jan 2003 23:19:04 +0000 (23:19 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Sun, 26 Jan 2003 23:19:04 +0000 (23:19 +0000)
commit2f5b93fb9f2691f059643400ab3ff7b362b17aac
tree87583a79a611101d44078ccae1d811459d8b18ef
parente4da1035e402e722f799d3ed498dfa789b74f02f
added wxSplitterWindow to XRC

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18951 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
24 files changed:
contrib/include/wx/xrc/xh_all.h
contrib/include/wx/xrc/xh_split.h [new file with mode: 0644]
contrib/samples/xrc/rc/controls.xrc
contrib/src/xrc/Makefile.in
contrib/src/xrc/XrcVC.dsp
contrib/src/xrc/makefile.b32
contrib/src/xrc/makefile.g95
contrib/src/xrc/makefile.vc
contrib/src/xrc/makefile.wat
contrib/src/xrc/xh_split.cpp [new file with mode: 0644]
contrib/src/xrc/xmlrsall.cpp
docs/changes.txt
docs/tech/tn0014.txt
include/wx/xrc/xh_all.h
include/wx/xrc/xh_split.h [new file with mode: 0644]
samples/xrc/rc/controls.xrc
src/xrc/Makefile.in
src/xrc/XrcVC.dsp
src/xrc/makefile.b32
src/xrc/makefile.g95
src/xrc/makefile.vc
src/xrc/makefile.wat
src/xrc/xh_split.cpp [new file with mode: 0644]
src/xrc/xmlrsall.cpp