[Python-checkins] CVS: python/dist/src/Doc/mac libcolorpicker.tex,NONE,1.1 mac.tex,1.6,1.7

Fred L. Drake fdrake@users.sourceforge.net
2001年4月12日 21:49:32 -0700


Update of /cvsroot/python/python/dist/src/Doc/mac
In directory usw-pr-cvs1:/tmp/cvs-serv7280/mac
Modified Files:
	mac.tex 
Added Files:
	libcolorpicker.tex 
Log Message:
Documentation for Just's ColorPicker module, so the Mac OS guys get
something out of this documentation release as well. ;-)
--- NEW FILE: libcolorpicker.tex ---
\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}
Index: mac.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/mac/mac.tex,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** mac.tex	2000年10月14日 05:41:17	1.6
--- mac.tex	2001年04月13日 04:49:30	1.7
***************
*** 68,71 ****
--- 68,72 ----
 
 \input{toolbox} % MacOS Toolbox Modules
+ \input{libcolorpicker}
 
 \input{undoc} % Undocumented Modules

AltStyle によって変換されたページ (->オリジナル) /