projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd3d7cc
)
Added a line about passing None as eventProc to the docstring to get movable
author
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 17 Dec 1999 23:01:44 +0000
(23:01 +0000)
committer
Jack Jansen
<jack.jansen@cwi.nl>
Fri, 17 Dec 1999 23:01:44 +0000
(23:01 +0000)
dialogs.
Mac/Modules/Nav.c
patch
|
blob
|
history
diff --git
a/Mac/Modules/Nav.c
b/Mac/Modules/Nav.c
index 54673ae1959dd2eeeead8573fd0e31e5d07a35fe..236089f4b88978fc1fa9a2c470ede759bdf90c07 100644
(file)
--- 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