man XtAppLock (Fonctions bibliothèques) - lock and unlock application context
NAME
XtAppLock, XtAppUnlock - lock and unlock application context
SYNTAX
void XtAppLock(XtAppContext app_context);
void XtAppUnlock(XtAppContext app_context);
ARGUMENTS
- app_context
- Specifies the application context.
DESCRIPTION
locks the application context including all its related displays and widgets.
unlocks the application context.
SEE ALSO