Query: xtgetmulticlicktime
OS: hpux
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XtGetMultiClickTime() XtGetMultiClickTime() Name XtGetMultiClickTime - read the multi-click time. Synopsis int XtGetMultiClickTime(display) Display *display; Inputs display Specifies 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 inter- preted 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). Xt - Mouse Handling XtGetMultiClickTime()
Related Man Pages |
---|
xtdisplayinitialize(3) - debian |
xtappsetfallbackresources(3) - hpux |
xtgetkeysymtable(3) - hpux |
xtgetkeysymtable(1) - hpux |
xgetmotionevents(3x) - hpux |
Similar Topics in the Unix Linux Community |
---|
How to list file size on HPUX? |
Is UNIX an open source OS ? |
SAN Migration question |
Sequence extraction |
awk - Multi-line data to be stored in variable |