]> git.saurik.com Git - wxWidgets.git/commit - build/msw/wx_vc8_core.vcproj
add wxGenericStaticText (#9656)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 13:04:00 +0000 (13:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Oct 2008 13:04:00 +0000 (13:04 +0000)
commit916eabe60eee4adb05387bbf1eaf1915ae5eac18
treed23a53e0fb20a91c7fd7578f4e1b487a6d8a340f
parentaa163cb54937c41e82d25ec99de05fda4517476a
add wxGenericStaticText (#9656)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56242 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
19 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_core.dsp
build/msw/wx_vc7_core.vcproj
build/msw/wx_vc8_core.vcproj
build/msw/wx_vc9_core.vcproj
include/wx/control.h
include/wx/generic/stattextg.h [new file with mode: 0644]
include/wx/univ/control.h
include/wx/univ/stattext.h
samples/widgets/static.cpp
src/common/ctrlcmn.cpp
src/generic/stattextg.cpp [new file with mode: 0644]
src/univ/control.cpp
src/univ/stattext.cpp