]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/dialog.h
undo the last change as it results in buildbot configuration error
[wxWidgets.git] / interface / wx / dialog.h
index 07f15907c43f33e1188175dbbe5501db0bf33a6f..4cf131dd17e159ec0d5f324125a793756a97f7e9 100644 (file)
@@ -583,6 +583,11 @@ public:
         modeless dialog modal. However ShowModal() can't be called twice
         without intervening EndModal() calls.
 
+        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().
 
         @see EndModal(), GetReturnCode(), SetReturnCode()