1XTSOLsetSSHeightT(r3uXsTtSeOdL)Extensions to X Windows LibraryXFTuSnOcLtsieotnSsSHeight(3XTSOL)
2
3
4

NAME

6       XTSOLsetSSHeight - set the height of screen stripe
7

SYNOPSIS

9       cc [flag...] file... -lX11 -lXtsol [library...]
10       #include <X11/extensions/Xtsol.h>
11
12       Status XTSOLsetSSHeight(display, screen_num, newheight);
13
14       Display *display;
15       int screen_num;
16       int newheight;
17
18

PARAMETERS

20       display       Specifies  a  pointer  to the Display structure; returned
21                     from XOpenDisplay.
22
23
24       screen_num    Specifies the screen number.
25
26
27       newheight     Specifies the height of the stripe in pixels.
28
29

DESCRIPTION

31       The XTSOLsetSSHeight() function sets the height of the  trusted  screen
32       stripe  at  the  bottom  of  the screen. Currently the screen stripe is
33       present only on the default screen. The client must  have  the  Trusted
34       Path process attribute.
35

RETURN VALUES

37       None.
38

ERRORS

40       BadAccess    Lack of privilege.
41
42
43       BadValue     Not a valid screen_num or newheight.
44
45

ATTRIBUTES

47       See attributes(5) for descriptions of the following attributes:
48
49
50
51
52       ┌───────────────────────────┬───────────────────────────────┐
53       │      ATTRIBUTE TYPE       │        ATTRIBUTE VALUE        │
54       ├───────────────────────────┼───────────────────────────────┤
55       │Interface Stability        │ Committed                     │
56       ├───────────────────────────┼───────────────────────────────┤
57       │MT-Level                   │ Unsafe                        │
58       └───────────────────────────┴───────────────────────────────┘
59

SEE ALSO

61       libXtsol(3LIB), XTSOLgetSSHeight(3XTSOL), attributes(5)
62
63
64       Accessing  and  Setting  the  Screen  Stripe  Height in Solaris Trusted
65       Extensions Developer's Guide
66

NOTES

68       The functionality described on this manual page is  available  only  if
69       the system is configured with Trusted Extensions.
70
71
72
73SunOS 5.11                        20 Jul 2007         XTSOLsetSSHeight(3XTSOL)
Impressum