Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtAppGetSel(3x) — HP-UX ANSI C A.10.11

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtAppSetSelectionTimeout(1)

 

NAME

XtAppGetSelectionTimeout − get the current Intrinsics selection timeout value. 

Synopsis

unsigned long XtAppGetSelectionTimeout(app_context)

    XtAppContext app_context;

Inputs

app_context
Specifies the application context.

Returns

The selection timeout interval for the application context. 

Description

XtAppGetSelectionTimeout() returns the current selection timeout value for the specified application context, 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

A new timeout value can be set by a call to XtAppSetSelectionTimeout().  You should rarely need to query or set this value.  In particular, an application generally should not change this value except under the explicit request of the user. 

See Also

XtAppSetSelectionTimeout(1). 

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

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