XtAppSetExitFlag(X3xt) X Version 11 (Release 6.1)
XtAppSetExitFlag --
thread support functions
Synopsis
void XtAppSetExitFlag(app_context)
XtAppContext app_context;
Boolean XtAppGetExitFlag(app_context)
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.
References
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.