Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ GtSlTimeout(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XtGetSelectionTimeout − get the current Intrinsics selection timeout value. 

SYNOPSIS

unsigned long XtGetSelectionTimeout()

Inputs

none

Returns

The selection timeout value. 

AVAILABILITY

XtGetSelectionTimeout() has been superseded by XtAppGetSelectionTimeout(). 

DESCRIPTION

XtGetSelectionTimeout() returns the current selection timeout value, in milliseconds.  The selection timeout is the time within which the two communicating applications must respond to one another.  The initial timeout value is set by the selectionTimeout application resource, which defaults to 5000 milliseconds (5 seconds). 

USAGE

XtGetSelectionTimeout() has been superseded by XtAppGetSelectionTimeout(), which performs the same function on a per-application context basis.  XtGetSelectionTimeout() now calls XtAppGetSelectionTimeout() passing the default application context created by XtInitialize().  Very few programs need multiple application contexts, and you can continue to use XtGetSelectionTimeout() if you initialize your application with XtInitialize().  We recommend, however, that you use XtAppInitialize(), XtAppGetSelectionTimeout(), and the other XtApp∗() application context specific functions. 

See XtAppGetSelectionTimeout() for more information. 

SEE ALSO

XtAppGetSelectionTimeoutUNIX SYSTEM V/68, XtAppSetSelectionTimeoutUNIX SYSTEM V/68. 

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