summaryrefslogtreecommitdiffstats
path: root/Doc/libmacfs.tex
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>1995-08-14 13:39:16 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>1995-08-14 13:39:16 (GMT)
commit0e1337437c725ba62098a2b887445ee648a4bb61 (patch)
tree0cd27ed1e8464d4a79d78434228742f54f2bf66a /Doc/libmacfs.tex
parent4518577b2402bf45691bd39ff1e010aa562378e2 (diff)
downloadcpython-0e1337437c725ba62098a2b887445ee648a4bb61.zip
cpython-0e1337437c725ba62098a2b887445ee648a4bb61.tar.gz
cpython-0e1337437c725ba62098a2b887445ee648a4bb61.tar.bz2
Documented PromptGetFile and optional prompt to GetDirectory.
Diffstat (limited to 'Doc/libmacfs.tex')
-rw-r--r--Doc/libmacfs.tex9
1 files changed, 7 insertions, 2 deletions
diff --git a/Doc/libmacfs.tex b/Doc/libmacfs.tex
index 9df3f84..fd7ac3f 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}