wxWidgets/samples/controls
Vadim Zeitlin d931703342 Inherit notebook background recursively under wxMSW.
With MSWSetTransparentBackground() hack only the panel which was the immediate
child of wxNotebook (i.e. its page) inherited the notebook background but not
its children. This resulted in jarring background discontinuities when nested
panels were used.

Fix this by inheriting notebook background in all child panels by testing for
the return value of the parents MSWHasInheritableBackground() method in
wxPanel::HasTransparentBackground() recursively.

Closes #12317.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65238 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2010-08-10 21:48:17 +00:00
..
icons
controls_vc7.vcproj
controls_vc8.vcproj
controls_vc9.vcproj
controls.bkl
controls.cpp Inherit notebook background recursively under wxMSW. 2010-08-10 21:48:17 +00:00
controls.dsp
controls.rc Remove unnecessary mondrian.{ico,xpm} files from samples directory. 2010-06-20 17:42:33 +00:00
controlsW7.xml
descrip.mms
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc
makefile.wat
test2.bmp