aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlecoanet2002-03-15 16:13:45 +0000
committerlecoanet2002-03-15 16:13:45 +0000
commita9eee9e388db6d1351c96767618c025f20b951cc (patch)
treec56700a6dc918629b4a9723e8b88259713c03854 /doc
parent15b8a32049fd0f836aea5776cc3ae085c0b6ffd4 (diff)
downloadtkzinc-a9eee9e388db6d1351c96767618c025f20b951cc.zip
tkzinc-a9eee9e388db6d1351c96767618c025f20b951cc.tar.gz
tkzinc-a9eee9e388db6d1351c96767618c025f20b951cc.tar.bz2
tkzinc-a9eee9e388db6d1351c96767618c025f20b951cc.tar.xz
Doc int�gr�e � partir de la contribution de Christophe. A relire.
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex17
1 files changed, 9 insertions, 8 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index 0e29a69..556ec4f 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -23,7 +23,7 @@
citecolor=webbrightgreen,
pdftitle={Zinc, an advanced scriptable Canvas.},
pdfauthor={Patrick Lecoanet, Centre d'ÉTUDE de la Navigation Aérienne},
- pdfsubject={The 3.4 Reference Manual.},
+ pdfsubject={The 3.2.4 Reference Manual.},
pdfkeywords={tk tcl perl x11 canvas opengl script gui zinc},
pagebackref,
pdfpagemode=None,
@@ -186,7 +186,7 @@
\label{#3}
\end{figure}}{
\htmladdimg{#1.png}
- }
+ }
}
@@ -201,7 +201,7 @@
\parindent 0cm
\parskip 0.2cm
-\title{Zinc, an advanced scriptable Canvas.\\The 3.4 Reference Manual.}
+\title{Zinc, an advanced scriptable Canvas.\\The 3.2.4 Reference Manual.}
\author{Patrick Lecoanet}
\date{15 March 2002}
@@ -1598,7 +1598,7 @@ reference) and all list parameters are given as array references.
\zinccmd{numparts}{tagOrId}
-{\tt\large \$bool = \$zinc->{\bf numparts}(tagOrId);}
+{\tt\large \$num = \$zinc->{\bf numparts}(tagOrId);}
\begin{blockindent}
This command tells how many fieldId are available for event bindings
@@ -1984,10 +1984,11 @@ new user of zinc: \attrtyperef{gradientcolor} and \attrtyperef{labelformat}.
\begin{blockindent}
This is a string that describes a color. The description may have one of
two forms, a colorname such as {\tt green} or {\tt LemonChiffon} or an
- rgb specification in one of the following formats, {\tt \#rgb}, {\tt \#rrggbb},
- {\tt \#rrrgggbbb} or {\tt \#rrrrggggbbbb}. If less than four digits are provided
- for a color component, they represent the most significant bits of the
- component. For example {\tt \#3a7} is equivalent to {\tt \#3000a0007000}.
+ rgb specification in one of the following formats, {\tt \#rgb},
+ {\tt \#rrggbb}, {\tt \#rrrgggbbb} or {\tt \#rrrrggggbbbb}. If less than
+ four digits are provided for a color component, they represent the most
+ significant bits of the component. For example {\tt \#3a7} is equivalent
+ to {\tt \#3000a0007000}.
\end{blockindent}
\attrtype{dimension}