1. wxStaticBox doesn't draw over the underlying controls any more
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Nov 1999 00:25:57 +0000 (00:25 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 11 Nov 1999 00:25:57 +0000 (00:25 +0000)
commit3f2711d5c119962a9fcb7198ebf351930d646e23
treeddb873d26ab3af4520cff6effa0e62b8f796a57a
parente0473f5f5acddc18b39f9a2a1aff0de5038e7aae
1. wxStaticBox doesn't draw over the underlying controls any more
2. a couple of new helper functions in msw/private.h: wxColourToRGB and
   wxRGBToColour are handy to avoid writing horribly long and ugly RGB <-> wxColour
   conversions explicitly
3. modified wxDirDialog to be more comprehensible (to me), hopefully it also
   works better

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4468 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/control.h
include/wx/msw/control.h
samples/dialogs/dialogs.cpp
samples/dnd/dnd.cpp
src/msw/control.cpp
src/msw/dirdlg.cpp
src/msw/statbox.cpp