from small one page howto to huge articles all in one place
poll results
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
XtAppSetExitFlag
Section: XT FUNCTIONS (3) Updated: libXt 1.1.5 Index
Return to Main Contents
NAME
XtAppSetExitFlag, XtAppGetExitFlag - thread support functions
SYNTAX
-
- void XtAppSetExitFlag(XtAppContext app_context);
-
- Boolean XtAppGetExitFlag(XtAppContext app_context);
ARGUMENTS
- app_context
-
Specifies the application context.
DESCRIPTION
To indicate that an application context should exit, use
XtAppSetExitFlag.
To test the exit status of an application context, use
XtAppGetExitFlag.
SEE ALSO
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
Index
- NAME
-
- SYNTAX
-
- ARGUMENTS
-
- DESCRIPTION
-
- SEE ALSO
-
|