From: Jack Jansen Date: Mon, 14 Aug 1995 13:39:16 +0000 (+0000) Subject: Documented PromptGetFile and optional prompt to GetDirectory. X-Git-Tag: v1.3b1~27 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0e1337437c725ba62098a2b887445ee648a4bb61;p=thirdparty%2FPython%2Fcpython.git Documented PromptGetFile and optional prompt to GetDirectory. --- diff --git a/Doc/libmacfs.tex b/Doc/libmacfs.tex index 9df3f84d21d5..fd7ac3f1f8b8 100644 --- a/Doc/libmacfs.tex +++ b/Doc/libmacfs.tex @@ -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} diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex index 9df3f84d21d5..fd7ac3f1f8b8 100644 --- a/Doc/mac/libmacfs.tex +++ b/Doc/mac/libmacfs.tex @@ -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}