1XTSOLgetSSHeightT(r3uXsTtSeOdL)Extensions to X Windows LibraryXFTuSnOcLtgieotnSsSHeight(3XTSOL)
2
3
4

NAME

6       XTSOLgetSSHeight - get the height of screen stripe
7

SYNOPSIS

9       cc [flag...] file... -lX11 -lXtsol [library...]
10       #include <X11/extensions/Xtsol.h>
11
12       Status XTSOLgetSSHeight(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 storage area where the height of the stripe
28                     in pixels is returned.
29
30

DESCRIPTION

32       The  XTSOLgetSSHeight()  function  gets  the  height  of trusted screen
33       stripe at the bottom of the screen. Currently the screen stripe is only
34       present  on  the  default  screen.  Client  must  have the Trusted Path
35       process attribute.
36

RETURN VALUES

38       None.
39

ERRORS

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

ATTRIBUTES

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

SEE ALSO

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

NOTES

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