1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Feb 2002 00:02:51 +0000 (00:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Feb 2002 00:02:51 +0000 (00:02 +0000)
commit5b2f31eb30be576374064413b9d0f63a1bf8c110
tree746b438eb84ae61f08b2edee2cc8483b2fac715f
parentf7b02085074584de393d907b6c4087b2b21bdfc3
1. always create the buttons with WS_CLIPSIBLINGS style, this prevetns them
   from overwriting each other when the main window is resized
2. more tweaks to MSWGetStyle() and related code, added a new, easier to use,
   version of MSWCreateControl()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14313 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
include/wx/msw/button.h
include/wx/msw/control.h
src/msw/button.cpp
src/msw/control.cpp
src/msw/textctrl.cpp
src/msw/window.cpp