extracted wxWrapSizer in separate files and somewhat improved it (heavily modified...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 May 2008 22:45:44 +0000 (22:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 8 May 2008 22:45:44 +0000 (22:45 +0000)
commit13a3888794c97e06686a9f40189d63f708e891ba
tree7c4fa61fb4acff38277497472f09279d6f0ab630
parenteed04c9999d7929fad7d18fab4e8071b515f6aa7
extracted wxWrapSizer in separate files and somewhat improved it (heavily modified patch 1876663)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@53500 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 files changed:
Makefile.in
autoconf_inc.m4
build/bakefiles/files.bkl
build/msw/makefile.bcc
build/msw/makefile.gcc
build/msw/makefile.vc
build/msw/makefile.wat
build/msw/wx_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
include/wx/wrapsizer.h [new file with mode: 0644]
include/wx/xrc/xh_sizer.h
samples/wrapsizer/Makefile.in [new file with mode: 0644]
samples/wrapsizer/makefile.bcc [new file with mode: 0644]
samples/wrapsizer/makefile.gcc [new file with mode: 0644]
samples/wrapsizer/makefile.unx [new file with mode: 0644]
samples/wrapsizer/makefile.vc [new file with mode: 0644]
samples/wrapsizer/makefile.wat [new file with mode: 0644]
samples/wrapsizer/wrapsizer.bkl [new file with mode: 0644]
samples/wrapsizer/wrapsizer.cpp [new file with mode: 0644]
samples/wrapsizer/wrapsizer.dsp [new file with mode: 0644]
samples/wrapsizer/wrapsizer_vc7.vcproj [new file with mode: 0644]
samples/wrapsizer/wrapsizer_vc8.vcproj [new file with mode: 0644]
src/common/wrapsizer.cpp [new file with mode: 0644]
src/xrc/xh_sizer.cpp