diff options
-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 |