extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbit...
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Apr 2005 21:55:12 +0000 (21:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 10 Apr 2005 21:55:12 +0000 (21:55 +0000)
commit2bae4332e74923585bc0843f70bfc11e9759c33b
tree74c0b61baebb04cade4b41f6d84280b261495e1b
parent9a81018ee11a850aa8ef1811701ba5fb927fe39c
extended wxWindow::MSWGetBgBrush() and wxControl::MSWControlColor() to work for arbitrary HWNDs and not just wxWindows: this allows us to draw proper background for slider labels and other subcontrols

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33488 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/msw/choice.h
include/wx/msw/control.h
include/wx/msw/notebook.h
include/wx/msw/textctrl.h
include/wx/msw/window.h
src/msw/choice.cpp
src/msw/control.cpp
src/msw/notebook.cpp
src/msw/textctrl.cpp
src/msw/window.cpp