Query: xtsolmaketpwindow
OS: opensolaris
Section: 3xtsol
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
XTSOLMakeTPWindow(3XTSOL) Trusted Extensions to X Windows Library Functions XTSOLMakeTPWindow(3XTSOL)NAMEXTSOLMakeTPWindow - make this window a Trusted Path windowSYNOPSIScc [flag...] file... -lX11 -lXtsol [library...] #include <X11/extensions/Xtsol.h> Status XTSOLMakeTPWindow(display, w); Display *display; Window w;PARAMETERSdisplay Specifies a pointer to the Display structure; returned from XOpenDisplay(). w Specifies the ID of a window.DESCRIPTIONThe XTSOLMakeTPWindow() function makes a window a trusted path window. Trusted Path windows always remain on top of other windows. The client must have the Trusted Path process attribute set.RETURN VALUESNone.ERRORSBadAccess Lack of privilege. BadWindow Not a valid window. BadValue Not a valid type.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +---------------------------+-------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +---------------------------+-------------------------------+ |Interface Stability | Committed | +---------------------------+-------------------------------+ |MT-Level | Unsafe | +---------------------------+-------------------------------+SEE ALSOlibXtsol(3LIB), attributes(5)NOTESThe functionality described on this manual page is available only if the system is configured with Trusted Extensions. SunOS 5.11 20 Jul 2007 XTSOLMakeTPWindow(3XTSOL)