diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-17 23:01:44 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 1999-12-17 23:01:44 (GMT) |
commit | 77abc434864d5d652e9298db0900c93062b18344 (patch) | |
tree | d6d4adee15afcb1875227fc4ab02826781f01fb5 /Mac | |
parent | cd3d7ccd4f4c6a42c8b0745a7093b05ca11e3b13 (diff) | |
download | cpython-77abc434864d5d652e9298db0900c93062b18344.zip cpython-77abc434864d5d652e9298db0900c93062b18344.tar.gz cpython-77abc434864d5d652e9298db0900c93062b18344.tar.bz2 |
Added a line about passing None as eventProc to the docstring to get movable
dialogs.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/Modules/Nav.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/Nav.c b/Mac/Modules/Nav.c index 54673ae..236089f 100644 --- a/Mac/Modules/Nav.c +++ b/Mac/Modules/Nav.c @@ -920,6 +920,7 @@ static char Nav_module_documentation[] = "if you want the default options.\n" "Use NavGetDefaultDialogOptions() to find out common option names.\n" "See individual docstrings for additional keyword args/dictentries supported by each call.\n" +"Pass None as eventProc to get movable-modal dialogs that process updates through the standard Python mechanism." ; void |