Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtSetMultiClickTime(1)

NAME

XtGetMultiClickTime − read the multi-click time. 

Synopsis

int XtGetMultiClickTime(display)

      Display *display;

Inputs

displaySpecifies the display connection. 

Returns

The multi-click time for display, in milliseconds. 

Availability

Release 4 and later. 

Description

XtGetMultiClickTime() returns the time in milliseconds that the translation manager uses to determine if multiple events are to be interpreted as a repeated event for purposes of matching a translation entry containing a repeat count.  Translation table entries may specify actions that are taken when two or more identical events occur consecutively, separated by a short time interval called the multi-click time.  The multi-click time value can be specified as an application resource with name multiClickTime and class MultiClickTime and can also be modified dynamically by the application (see XtSetMultiClickTime()).  The multi-click time is unique for each Display and is retrieved from the resource database by XtDisplayInitialize().  If no value is specified, the initial value is 200 milliseconds. 

See Also

XtSetMultiClickTime(1). 

Copyright O’Reilly & Assoc.  —  X Toolkit Intrinsics Reference Manual © O’Reilly & Associates

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026