aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorlecoanet2006-09-20 12:32:11 +0000
committerlecoanet2006-09-20 12:32:11 +0000
commitcd7351501a5cd83bf0609ff855671f33c99e580d (patch)
tree9d584a18c49b564ef9269f1fd35ea60ed2bea525 /doc
parent654c0eb3f8d8ac65901bc0f64afa961951b34413 (diff)
downloadtkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.zip
tkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.tar.gz
tkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.tar.bz2
tkzinc-cd7351501a5cd83bf0609ff855671f33c99e580d.tar.xz
Added the collapsemotions command.
Diffstat (limited to 'doc')
-rw-r--r--doc/refman.tex16
1 files changed, 15 insertions, 1 deletions
diff --git a/doc/refman.tex b/doc/refman.tex
index c419602..6e64c18 100644
--- a/doc/refman.tex
+++ b/doc/refman.tex
@@ -1880,6 +1880,20 @@ false.
\end{blockindent}
+\zinccmd{collapsemotions}{?boolean?}
+
+{\tt\large \$current = \$zinc->{\bf collapsemotions}(?boolean?);}
+
+\begin{blockindent} This command controls how the motion events are handled by
+ the Tk event loop. Pass a boolean true to ask for compression of consecutive
+ motion events accumulated in the event queue. Pass a boolean false to suspend
+ the compression process. The change affects all the windows opened by the
+ application on the same display, so use with care. The command returns the
+ previous state as a boolean. If the parameter is omitted the command simply
+ returns the current state.
+\end{blockindent}
+
+
\zinccmd{clone}{tagOrId ?attr value ...?}
{\tt\large \$id = \$zinc->{\bf clone}(tagOrId, ?attr=>value, ...?);}
@@ -3435,7 +3449,7 @@ characters. The default value is {\tt false}.}
\attribute{text}{visible}{boolean}{Specifies if the item is displayed. The default value
is {\tt true}.}
-\attribute{text}{width}{<unsigned short}{Specifies the maximum pixel width of the text, a line
+\attribute{text}{width}{short}{Specifies the maximum pixel width of the text, a line
break will be automatically inserted at the closest character position to match this
constraint. If the value is zero, the width is not under the item control and line breaks
must be inserted in the text to have multiple lines. The default value is {\tt 0}.}