1XTSOLMakeTPWindoTwr(u3sXtTeSdOLE)xtensions to X Windows LibraryXTFSuOnLcMtaikoenTsPWindow(3XTSOL)
2
3
4
6 XTSOLMakeTPWindow - make this window a Trusted Path window
7
9 cc [flag...] file... -lX11 -lXtsol [library...]
10 #include <X11/extensions/Xtsol.h>
11
12 Status XTSOLMakeTPWindow(display, w);
13
14 Display *display;
15 Window w;
16
17
19 display Specifies a pointer to the Display structure; returned from
20 XOpenDisplay().
21
22
23 w Specifies the ID of a window.
24
25
27 The XTSOLMakeTPWindow() function makes a window a trusted path window.
28 Trusted Path windows always remain on top of other windows. The client
29 must have the Trusted Path process attribute set.
30
32 None.
33
35 BadAccess Lack of privilege.
36
37
38 BadWindow Not a valid window.
39
40
41 BadValue Not a valid type.
42
43
45 See attributes(5) for descriptions of the following attributes:
46
47
48
49
50 ┌───────────────────────────┬───────────────────────────────┐
51 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
52 ├───────────────────────────┼───────────────────────────────┤
53 │Interface Stability │ Committed │
54 ├───────────────────────────┼───────────────────────────────┤
55 │MT-Level │ Unsafe │
56 └───────────────────────────┴───────────────────────────────┘
57
59 libXtsol(3LIB), attributes(5)
60
62 The functionality described on this manual page is available only if
63 the system is configured with Trusted Extensions.
64
65
66
67SunOS 5.11 20 Jul 2007 XTSOLMakeTPWindow(3XTSOL)