1. a couple of compilation warnings fixed (strconv/listctrl)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Oct 2000 20:19:10 +0000 (20:19 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Oct 2000 20:19:10 +0000 (20:19 +0000)
commitb0a6bb75bcd4b5a4873d766a9208ac6376fe8625
treec7f9694d4bc2b126b7eec2677237b9bb4a19743d
parent98243feda0170861d11fafeb5fb2b3848ee36224
1. a couple of compilation warnings fixed (strconv/listctrl)
2. now reenable windows disabled by wxWindowDisabler slightly earlier:
   this solves the problem with "wrong" window being brought to top and
   eliminates the need for BringWindowToTop() and SetActiveWindow() in
   our code
3. style wxFRAME_FLOAT_ON_PARENT is now obsolete and unused, all frames
   have WS_EX_APPWINDOW style and appear on the taskbar

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8487 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/defs.h
include/wx/msw/dialog.h
include/wx/utils.h
src/common/strconv.cpp
src/common/utilscmn.cpp
src/msw/dialog.cpp
src/msw/frame.cpp
src/msw/listctrl.cpp