Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
XtAppLock(3)			  XT FUNCTIONS			    XtAppLock(3)

NAME
     XtAppLock, XtAppUnlock - lock and unlock application context

SYNTAX
     #include <X11/Intrinsic.h>

     void XtAppLock(XtAppContext app_context);

     void XtAppUnlock(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.

SEE ALSO
     X Toolkit Intrinsics - C Language Interface
     Xlib - C Language X Interface

X Version 11			   libXt 1.3.1			    XtAppLock(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=XtAppUnlock&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help