wxWidgets/samples/dialogs
Vadim Zeitlin abceee76ea 1. corrected problem with label updating in wxProgressDialog
2. optical fix in wxTipDlg: use wxTE_RICH control to avoid vert scrollbar
3. put wxProgressDialog demo into dialogs sample, seems more appropriate
4. fixed a serious bug in wxProgressDialog when its parent was not a top
   level window (as in controls sample)
5. fixes in BringWindowToTop() usage in msw/dialog.cpp
6. fixed another serious bug in wxProgressDialog::OnClose()
7. wxDialog restores focus to previously focused window once again
8. attempts at fixing wxBusyCursor with modal dialogs problem - unsuccessful


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6273 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
2000-02-25 02:20:44 +00:00
..
.cvsignore
descrip.mms Committing in . 1999-11-24 11:47:39 +00:00
dialogs.cpp 1. corrected problem with label updating in wxProgressDialog 2000-02-25 02:20:44 +00:00
dialogs.def
dialogs.h 1. corrected problem with label updating in wxProgressDialog 2000-02-25 02:20:44 +00:00
dialogs.rc
makefile.b32
makefile.bcc
makefile.dos
makefile.g95
Makefile.in makefiles changes (@top_srcdir@ adjusted) 2000-01-31 18:31:18 +00:00
makefile.twn
makefile.unx makefile updates, 1999-11-21 19:28:15 +00:00
makefile.vc
makefile.wat
tips.txt