summaryrefslogtreecommitdiffstats
path: root/Doc/library/easydialogs.rst
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-05-31 14:45:55 (GMT)
committerGeorg Brandl <georg@python.org>2008-05-31 14:45:55 (GMT)
commit8bfba671019c6007e9551e27bcc5e0793ae7515f (patch)
tree8a97271f2967db526b484f16eedb76b62c15178c /Doc/library/easydialogs.rst
parenta7ac20f8a51e6bb4b13d4f682ce42fe82394e677 (diff)
downloadcpython-8bfba671019c6007e9551e27bcc5e0793ae7515f.zip
cpython-8bfba671019c6007e9551e27bcc5e0793ae7515f.tar.gz
cpython-8bfba671019c6007e9551e27bcc5e0793ae7515f.tar.bz2
#3005: add explaining sentence to easydialogs docs.
Diffstat (limited to 'Doc/library/easydialogs.rst')
-rw-r--r--Doc/library/easydialogs.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/Doc/library/easydialogs.rst b/Doc/library/easydialogs.rst
index dbda57f..ad478a5 100644
--- a/Doc/library/easydialogs.rst
+++ b/Doc/library/easydialogs.rst
@@ -9,10 +9,12 @@
The :mod:`EasyDialogs` module contains some simple dialogs for the Macintosh.
-All routines take an optional resource ID parameter *id* with which one can
-override the :const:`DLOG` resource used for the dialog, provided that the
-dialog items correspond (both type and item number) to those in the default
-:const:`DLOG` resource. See source code for details.
+The dialogs get launched in a separate application which appears in the dock and
+must be clicked on for the dialogs be displayed. All routines take an optional
+resource ID parameter *id* with which one can override the :const:`DLOG`
+resource used for the dialog, provided that the dialog items correspond (both
+type and item number) to those in the default :const:`DLOG` resource. See source
+code for details.
.. warning::