From cd7351501a5cd83bf0609ff855671f33c99e580d Mon Sep 17 00:00:00 2001 From: lecoanet Date: Wed, 20 Sep 2006 12:32:11 +0000 Subject: Added the collapsemotions command. --- doc/refman.tex | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'doc') 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}{