1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2000 00:26:21 +0000 (00:26 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 12 Mar 2000 00:26:21 +0000 (00:26 +0000)
commitcbc66a27047635e86fbba08043da831666d74f4a
tree5443da78280ac017b93b756247d2b5a36f60aa14
parent502810465236b34cfb1776babb600f1e157de5a0
1. wxProgressDialog uses wxWindowDisabler, not (dumb) wxEnableTopLevelWindows
2. some more wxWindowDisabler bugs fixed (updated dialogs sample to test them)
3. Esc won't close the dialogs without cancel button under MSW
4. status bar can be child of windows of clases other than wxFrame
   (updated statbar sample to show it)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6630 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/generic/progdlgg.h
include/wx/msw/statbr95.h
samples/dialogs/dialogs.cpp
samples/statbar/statbar.cpp
src/common/utilscmn.cpp
src/generic/progdlgg.cpp
src/msw/dialog.cpp
src/msw/frame.cpp
src/msw/statbr95.cpp
src/msw/window.cpp