document wxProgressDialog::Update(maximumValue) behaviour and warn the user that it may generate unwanted re-entrancies because of wxDialog::ShowModal()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59431 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Francesco Montorsi
2009-03-08 12:08:39 +00:00
parent 482dce2a30
commit 8f13981070
3 changed files with 13 additions and 3 deletions

View File

@@ -586,6 +586,7 @@ public:
Note that this function creates a temporary event loop which takes
precedence over the application's main event loop (see wxEventLoopBase)
and which is destroyed when the dialog is dismissed.
This also results in a call to wxApp::ProcessPendingEvents().
@return The value set with SetReturnCode().