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
b6bdcb23
Kaydet (Commit)
b6bdcb23
authored
Nis 13, 2001
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Documentation for Just's ColorPicker module, so the Mac OS guys get
something out of this documentation release as well. ;-)
üst
4fb60361
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
+23
-0
libcolorpicker.tex
Doc/mac/libcolorpicker.tex
+22
-0
mac.tex
Doc/mac/mac.tex
+1
-0
No files found.
Doc/mac/libcolorpicker.tex
0 → 100644
Dosyayı görüntüle @
b6bdcb23
\section
{
\module
{
ColorPicker
}
---
Color selection dialog
}
\declaremodule
{
extension
}{
ColorPicker
}
\modulesynopsis
{}
\moduleauthor
{
Just van Rossum
}{
just@letterror.com
}
\sectionauthor
{
Fred L. Drake, Jr.
}{
fdrake@acm.org
}
The
\module
{
ColorPicker
}
module provides access to the standard color
picker dialog.
\begin{funcdesc}
{
GetColor
}{
prompt, rgb
}
Show a standard color selection dialog and allow the user to select
a color. The user is given instruction by the
\var
{
prompt
}
string,
and the default color is set to
\var
{
rgb
}
.
\var
{
rgb
}
must be a
tuple giving the red, green, and blue components of the color.
\function
{
GetColor()
}
returns a tuple giving the user's selected
color and a flag indicating whether they accepted the selection of
cancelled.
\end{funcdesc}
Doc/mac/mac.tex
Dosyayı görüntüle @
b6bdcb23
...
...
@@ -67,6 +67,7 @@ documented here:
\input
{
libaetypes
}
\input
{
toolbox
}
% MacOS Toolbox Modules
\input
{
libcolorpicker
}
\input
{
undoc
}
% Undocumented Modules
...
...
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