From: Jack Jansen Date: Fri, 17 Dec 1999 23:01:44 +0000 (+0000) Subject: Added a line about passing None as eventProc to the docstring to get movable X-Git-Tag: v1.6a1~613 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=77abc434864d5d652e9298db0900c93062b18344;p=thirdparty%2FPython%2Fcpython.git Added a line about passing None as eventProc to the docstring to get movable dialogs. --- diff --git a/Mac/Modules/Nav.c b/Mac/Modules/Nav.c index 54673ae1959d..236089f4b889 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