XtAppLock(X3xt) X Version 11 (Release 6.1)
XtAppLock --
locks an application context
Synopsis
void XtAppLock(app_context)
XtAppContext app_context;
void XtAppUnlock(app_context)
XtAppContext app_context;
Arguments
- app_context
-
Specifies the application context.
Description
XtAppLock
locks the application context including all its related displays and widgets.
XtAppUnlock
unlocks the application context.
References
X Toolkit Intrinsics - C Language Interface
Xlib - C Language X Interface
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.