Made wxBORDER_THEME the same as wxBORDER_DEFAULT
authorJulian Smart <julian@anthemion.co.uk>
Wed, 8 Aug 2007 12:39:56 +0000 (12:39 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Wed, 8 Aug 2007 12:39:56 +0000 (12:39 +0000)
commit6f3f9b50aa275243ade3541ecccb95de22cf57a9
tree3b5cd5cea123dc83d9366fe1f211e2d1a9fa06a7
parentf196316400fd247a760b2ef77d5064b4e10e5471
Made wxBORDER_THEME the same as wxBORDER_DEFAULT
Moved wxControl::GetBorderStyle into wxWindowMSW::GetBorderStyle
but added GetBorderStyle to have the same behaviour as before (so e.g.
notebook panels don't get borders)
Improved help window borders

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47963 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
include/wx/generic/panelg.h
include/wx/msw/control.h
include/wx/msw/window.h
src/html/helpwnd.cpp
src/msw/control.cpp
src/msw/window.cpp