Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Oct 2011 17:07:43 +0000 (17:07 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 Oct 2011 17:07:43 +0000 (17:07 +0000)
commitbbcf2821a15b8dd75fcd4daa2ac91d600b23b2d1
tree530e7f60adaededa4113fec240db8c2960ac9818
parent7422d79765db9e7280da187be7a1b016491b8cfd
Move SetBackgroundBitmap() from wxPanel to new wxCustomBackgroundWindow.

wxCustomBackgroundWindow is a new class allowing to set a custom bitmap for
the background of any window. The relevant code was mostly moved from wxPanel
to which it was added only recently (before 2.9.2) making it unnecessary to
preserve compatibility.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69378 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
25 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
docs/changes.txt
docs/doxygen/mainpages/cat_classes.h
include/wx/custombgwin.h [new file with mode: 0644]
include/wx/generic/custombgwin.h [new file with mode: 0644]
include/wx/generic/panelg.h
include/wx/msw/custombgwin.h [new file with mode: 0644]
include/wx/msw/panel.h
include/wx/panel.h
include/wx/univ/custombgwin.h [new file with mode: 0644]
include/wx/univ/panel.h
interface/wx/custombgwin.h [new file with mode: 0644]
interface/wx/panel.h
samples/erase/erase.cpp
src/generic/panelg.cpp [deleted file]
src/msw/panel.cpp