Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
0e133743
Kaydet (Commit)
0e133743
authored
Agu 14, 1995
tarafından
Jack Jansen
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Documented PromptGetFile and optional prompt to GetDirectory.
üst
4518577b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
4 deletions
+14
-4
libmacfs.tex
Doc/libmacfs.tex
+7
-2
libmacfs.tex
Doc/mac/libmacfs.tex
+7
-2
No files found.
Doc/libmacfs.tex
Dosyayı görüntüle @
0e133743
...
@@ -48,6 +48,10 @@ object and a flag indicating that the user completed the dialog
...
@@ -48,6 +48,10 @@ object and a flag indicating that the user completed the dialog
without cancelling.
without cancelling.
\end{funcdesc}
\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
}}
\begin{funcdesc}
{
StandardPutFile
}{
prompt
\,
\optional
{
default
}}
Present the user with a standard ``open output file''
Present the user with a standard ``open output file''
dialog.
\var
{
prompt
}
is the prompt string, and the optional
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
...
@@ -56,9 +60,10 @@ returns an FSSpec object and a flag indicating that the user completed
the dialog without cancelling.
the dialog without cancelling.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
GetDirectory
}{}
\begin{funcdesc}
{
GetDirectory
}{
\optional
{
prompt
}
}
Present the user with a non-standard ``select a directory''
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}
\end{funcdesc}
\begin{funcdesc}
{
FindFolder
}{
where
\,
which
\,
create
}
\begin{funcdesc}
{
FindFolder
}{
where
\,
which
\,
create
}
...
...
Doc/mac/libmacfs.tex
Dosyayı görüntüle @
0e133743
...
@@ -48,6 +48,10 @@ object and a flag indicating that the user completed the dialog
...
@@ -48,6 +48,10 @@ object and a flag indicating that the user completed the dialog
without cancelling.
without cancelling.
\end{funcdesc}
\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
}}
\begin{funcdesc}
{
StandardPutFile
}{
prompt
\,
\optional
{
default
}}
Present the user with a standard ``open output file''
Present the user with a standard ``open output file''
dialog.
\var
{
prompt
}
is the prompt string, and the optional
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
...
@@ -56,9 +60,10 @@ returns an FSSpec object and a flag indicating that the user completed
the dialog without cancelling.
the dialog without cancelling.
\end{funcdesc}
\end{funcdesc}
\begin{funcdesc}
{
GetDirectory
}{}
\begin{funcdesc}
{
GetDirectory
}{
\optional
{
prompt
}
}
Present the user with a non-standard ``select a directory''
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}
\end{funcdesc}
\begin{funcdesc}
{
FindFolder
}{
where
\,
which
\,
create
}
\begin{funcdesc}
{
FindFolder
}{
where
\,
which
\,
create
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment