Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtAppSetSel(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppGetSelectionTimeout(1)

 

Name

XtAppSetSelectionTimeout — set the Intrinsics selection timeout. 

Synopsis

void XtAppSetSelectionTimeout(app_context, timeout)

    XtAppContext app_context;
    unsigned long timeout;

Arguments

app_context
Specifies the application context.

timeoutSpecifies the selection timeout in milliseconds. 

Description

XtAppSetSelectionTimeout sets the Intrinsics selection timeout value for the specified application context.  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, or if selectionTimeout is not specified, it defaults to 5000 milliseconds (5 seconds). 

The current timeout value can be retrieved by a call to XtAppGetSelectionTimeout. 

See Also

XtAppGetSelectionTimeout(1)

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