mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added a line about passing None as eventProc to the docstring to get movable
dialogs.
This commit is contained in:
parent
cd3d7ccd4f
commit
77abc43486
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue