Documentation for Just's ColorPicker module, so the Mac OS guys get

something out of this documentation release as well.  ;-)
This commit is contained in:
Fred Drake 2001-04-13 04:49:30 +00:00
parent 4fb60361dc
commit b6bdcb23df
2 changed files with 23 additions and 0 deletions

View File

@ -0,0 +1,22 @@
\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}

View File

@ -67,6 +67,7 @@ documented here:
\input{libaetypes}
\input{toolbox} % MacOS Toolbox Modules
\input{libcolorpicker}
\input{undoc} % Undocumented Modules