]> git.saurik.com Git - wxWidgets.git/commit - include/wx/generic/panelg.h
Split wxPanel in wxPanelBase and platform-specific files.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Mar 2011 00:00:38 +0000 (00:00 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 20 Mar 2011 00:00:38 +0000 (00:00 +0000)
commit5b87bd6c0b694fa7634e7a16ed030033ff8e8bdd
tree7443f095ab694e6723d4366a0decdfbffdada3e1
parent0a81f130246a2c22a47e2eed31d1e640bf94e0fe
Split wxPanel in wxPanelBase and platform-specific files.

So far we have only wxMSW-specific implementation (and also a trivial
wxUniv-specific one) but it's still tidier to have all platform-specific code
in separate files, especially as we're going to have more of it for wxMSW
soon.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67251 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
17 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/generic/panelg.h
include/wx/msw/panel.h [new file with mode: 0644]
include/wx/panel.h
include/wx/univ/panel.h [new file with mode: 0644]
src/common/panelcmn.cpp
src/generic/panelg.cpp [deleted file]
src/msw/panel.cpp [new file with mode: 0644]