Improve wxPD_APP_MODAL description in the documentation

Explain the "application modality" concept.
This commit is contained in:
Vadim Zeitlin
2018-08-16 19:48:41 +02:00
parent c6af757edb
commit 6d870fe011

View File

@@ -55,8 +55,9 @@
@beginStyleTable
@style{wxPD_APP_MODAL}
Make the progress dialog modal. If this flag is not given, it is
only "locally" modal - that is the input to the parent window is
Make the progress dialog application-modal, i.e. disable all
application windows while it is shown. If this flag is not given, it
is only "locally" modal -- that is the input to the parent window is
disabled, but not to the other ones.
@style{wxPD_AUTO_HIDE}
Causes the progress dialog to disappear from screen as soon as the