mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Documented PromptGetFile and optional prompt to GetDirectory.
This commit is contained in:
parent
4518577b24
commit
0e1337437c
2 changed files with 14 additions and 4 deletions
|
@ -48,6 +48,10 @@ object and a flag indicating that the user completed the dialog
|
|||
without cancelling.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{PromptGetFile}{prompt\optional{\, type\, ...}}
|
||||
Similar to \var{StandardGetFile} but allows you to specify a prompt.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{StandardPutFile}{prompt\, \optional{default}}
|
||||
Present the user with a standard ``open output file''
|
||||
dialog. \var{prompt} is the prompt string, and the optional
|
||||
|
@ -56,9 +60,10 @@ returns an FSSpec object and a flag indicating that the user completed
|
|||
the dialog without cancelling.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{GetDirectory}{}
|
||||
\begin{funcdesc}{GetDirectory}{\optional{prompt}}
|
||||
Present the user with a non-standard ``select a directory''
|
||||
dialog. Return an FSSpec object and a success-indicator.
|
||||
dialog. \var{prompt} is the prompt string, and the optional.
|
||||
Return an FSSpec object and a success-indicator.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{FindFolder}{where\, which\, create}
|
||||
|
|
|
@ -48,6 +48,10 @@ object and a flag indicating that the user completed the dialog
|
|||
without cancelling.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{PromptGetFile}{prompt\optional{\, type\, ...}}
|
||||
Similar to \var{StandardGetFile} but allows you to specify a prompt.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{StandardPutFile}{prompt\, \optional{default}}
|
||||
Present the user with a standard ``open output file''
|
||||
dialog. \var{prompt} is the prompt string, and the optional
|
||||
|
@ -56,9 +60,10 @@ returns an FSSpec object and a flag indicating that the user completed
|
|||
the dialog without cancelling.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{GetDirectory}{}
|
||||
\begin{funcdesc}{GetDirectory}{\optional{prompt}}
|
||||
Present the user with a non-standard ``select a directory''
|
||||
dialog. Return an FSSpec object and a success-indicator.
|
||||
dialog. \var{prompt} is the prompt string, and the optional.
|
||||
Return an FSSpec object and a success-indicator.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{FindFolder}{where\, which\, create}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue