]> git.saurik.com Git - wxWidgets.git/commit - src/common/utilscmn.cpp
1. wxWindowDisabler modified to bring parent window back to top under MSW
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Mar 2000 02:12:04 +0000 (02:12 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 5 Mar 2000 02:12:04 +0000 (02:12 +0000)
commit5e1febfacedfb966daaf4050c293e0833593df82
tree3cb7fc21588c213903d1c752c256c5c6f6bbb3d6
parent41fd4136fc08cd658daf13b92568ccc9926d8f5a
1. wxWindowDisabler modified to bring parent window back to top under MSW
2. modal dialogs without parent now use the app top window as parent or use
   wxWindowDisabler if none
3. modal dialogs bring parent windows to top when activated
4. wxBase dsp will now compile it with MT CRT

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6451 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
distrib/msw/tmake/vc6base.t
include/wx/utils.h
src/common/utilscmn.cpp
src/msw/dialog.cpp
src/msw/utilsexc.cpp