From 77abc434864d5d652e9298db0900c93062b18344 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Fri, 17 Dec 1999 23:01:44 +0000 Subject: Added a line about passing None as eventProc to the docstring to get movable dialogs. --- Mac/Modules/Nav.c | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v0.12