document that wxDialog::ShowModal() creates its own event loop
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
|
||||
An object of this class is created by wxAppTraits::CreateEventLoop() and
|
||||
used by wxApp to run the main application event loop.
|
||||
Temporary event loops are usually created by wxDialog::ShowModal().
|
||||
|
||||
You can create your own event loop if you need, provided that you restore
|
||||
the main event loop once yours is destroyed (see wxEventLoopActivator).
|
||||
|
Reference in New Issue
Block a user