aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlecoanet2006-12-22 15:01:19 +0000
committerlecoanet2006-12-22 15:01:19 +0000
commitc3e8457f926f64744954efd794cfba4307268b0f (patch)
tree727207b61a3c19ae9777722ae19d04d1a05573da /doc
parent6488f6ed2818102874dfcf46505813b69ab5cf2a (diff)
downloadtkzinc-c3e8457f926f64744954efd794cfba4307268b0f.zip
tkzinc-c3e8457f926f64744954efd794cfba4307268b0f.tar.gz
tkzinc-c3e8457f926f64744954efd794cfba4307268b0f.tar.bz2
tkzinc-c3e8457f926f64744954efd794cfba4307268b0f.tar.xz
Added a bit of docu on the new -catchevent attribute
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index e36a9af..a556eb9 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -1041,7 +1041,9 @@ groups.
An item will catch an event if all the following conditions are satisfied:
\begin{itemize}
\item
- the item \ident{-sensitive} must be set to true (this is the default).
+ the item \ident{-catchevent} attribute must be set (this is the default).
+\item
+ the item \ident{-sensitive} attribute must be set to true (this is the default).
\item
the item must be under the pointer location.
\item