aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormertz2002-07-01 08:05:50 +0000
committermertz2002-07-01 08:05:50 +0000
commitec013dfe0f3ed5e38b42740af0827dc51b83687d (patch)
treec938c30ea5951c515ac0cce7e6641649af8162c3 /doc
parent2b416ba34138d495a58dee311197a599cade2499 (diff)
downloadtkzinc-ec013dfe0f3ed5e38b42740af0827dc51b83687d.zip
tkzinc-ec013dfe0f3ed5e38b42740af0827dc51b83687d.tar.gz
tkzinc-ec013dfe0f3ed5e38b42740af0827dc51b83687d.tar.bz2
tkzinc-ec013dfe0f3ed5e38b42740af0827dc51b83687d.tar.xz
modif mineurs d'url (ajout du / en fin de l'url)
explication du comportement des attributs -composecale et -composerotation pour l'item icon sans openGL ajout d'une image (mais d�sesp�remnt trop grosse!)
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex20
1 files changed, 14 insertions, 6 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index 5a5411d..f7b27dc 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -277,7 +277,7 @@ document, it is given first in Tcl/Tk idiom and then in Perl/Tk idiom.
packages at
\begin{itemize}
\item
- \anurl{http://www.openatc.org/zinc} or
+ \anurl{http://www.openatc.org/zinc/} or
\item
\anurl{http://freshmeat.net/projects/zincisnotcanvas/}
\end{itemize}
@@ -392,14 +392,14 @@ If you are stuck with a feature you don't understand. If you don't know how to
do something with Zinc. If you think you have found a bug or a mismatch between
the documentation and the behavior of the widget. Please feel free to contact us.
Mail either {\tt lecoanet@cena.fr} or the Zinc mailing list. To subscribe to the mailing
-list, please consult the site \anurl{http://www.openatc.org/zinc}.
+list, please consult the site \anurl{http://www.openatc.org/zinc/}.
\section{How may I contribute to Zinc development}
If you think Zinc is an interesting tool, they are many ways to help with Zinc
development. First of all, subscribe to the Zinc mailing list and get in touch with us. To
-subscribe, please consult the site \anurl{http://www.openatc.org/zinc}.
+subscribe, please consult the site \anurl{http://www.openatc.org/zinc/}.
\begin{itemize}
\item The very first way to contribute is to use Zinc and to report
@@ -2850,10 +2850,14 @@ bitmap. The default value is the current value of the widget option \optref{for
the parent group should be composed with the alpha of this item. The default value is {\tt true}.}
\attribute{icon}{composerotation}{boolean}{Specifies if the current rotation should be
-composed with the local transform. The default value is {\tt false}.}
+composed with the local transform. The default value is {\tt false}. If this attribute
+is set to {\tt true} without openGL rendering, it will be automatically set back to
+{\tt false}.}
\attribute{icon}{composescale}{boolean}{Specifies if the current scale should be composed
-with the local transform. The default value is {\tt false}.}
+with the local transform. The default value is {\tt false}. If this attribute
+is set to {\tt true} without openGL rendering, it will be automatically set back to
+{\tt false}.}
\attribute{icon}{connecteditem}{item}{Specifies the item relative to which this item is
placed.}
@@ -3906,7 +3910,11 @@ by any new user of Zinc: \attrtyperef{gradient} and \attrtyperef{labelformat}.}
\begin{blockindent}
Describes the shape of a path connecting two points. The possible values are {\tt
straight}, {\tt rightlightning}, {\tt leftlightning}, {\tt rightcorner}, {\tt
- leftcorner}, {\tt doublerightcorner} and {\tt doubleleftcorner}.
+ leftcorner}, {\tt doublerightcorner} and {\tt doubleleftcorner}. The following figure
+ shows these different line shapes
+
+\fig{alllineshapes}{Examples of all available line shapes}
+
\end{blockindent}
\attrtype{linestyle}