]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Documented PromptGetFile and optional prompt to GetDirectory.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 14 Aug 1995 13:39:16 +0000 (13:39 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 14 Aug 1995 13:39:16 +0000 (13:39 +0000)
Doc/libmacfs.tex
Doc/mac/libmacfs.tex

index 9df3f84d21d51eb9e11cbdf2bf781eafa5520b75..fd7ac3f1f8b8f92032ce0c8fc73ee40cab4c136a 100644 (file)
@@ -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}
index 9df3f84d21d51eb9e11cbdf2bf781eafa5520b75..fd7ac3f1f8b8f92032ce0c8fc73ee40cab4c136a 100644 (file)
@@ -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}