Added CanApplyParentThemeBackground and use it in wxMSW's
authorRobin Dunn <robin@alldunn.com>
Thu, 4 Mar 2004 17:03:55 +0000 (17:03 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 4 Mar 2004 17:03:55 +0000 (17:03 +0000)
commitbd507486e07b742bb7acb118811efd60ee027859
treefd95ad94d234182173dcad5fffdf671a193541ff
parenta6de86fa530d95b6f30e0349e81de8b8692b348f
Added CanApplyParentThemeBackground and use it in wxMSW's
wxNotebook::ApplyThemeBackground.  It's in the common base classes so
that someday it's usage can expand to the other platforms as well.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26085 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
15 files changed:
include/wx/bmpbuttn.h
include/wx/checkbox.h
include/wx/generic/panelg.h
include/wx/html/htmlwin.h
include/wx/msw/radiobut.h
include/wx/notebook.h
include/wx/popupwin.h
include/wx/radiobox.h
include/wx/slider.h
include/wx/statbox.h
include/wx/statline.h
include/wx/stattext.h
include/wx/vlbox.h
include/wx/window.h
src/msw/notebook.cpp