Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 77abc43

Browse files
committed
Added a line about passing None as eventProc to the docstring to get movable
dialogs.
1 parent cd3d7cc commit 77abc43

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Mac/Modules/Nav.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,7 @@ static char Nav_module_documentation[] =
920920
"if you want the default options.\n"
921921
"Use NavGetDefaultDialogOptions() to find out common option names.\n"
922922
"See individual docstrings for additional keyword args/dictentries supported by each call.\n"
923+
"Pass None as eventProc to get movable-modal dialogs that process updates through the standard Python mechanism."
923924
;
924925

925926
void

0 commit comments

Comments
 (0)