1XTSOLsetPropLabeTlr(u3sXtTeSdOLE)xtensions to X Windows LibraryXTFSuOnLcsteitoPnrsopLabel(3XTSOL)
2
3
4

NAME

6       XTSOLsetPropLabel - set the label associated with a property hanging on
7       a window
8

SYNOPSIS

10       cc [flag...] file... -lX11 -lXtsol [library...]
11       #include <X11/extensions/Xtsol.h>
12
13       Status XTSOLsetPropLabel(*display, window, property, *sl);
14
15       Display *display;
16       Window window;
17       Atom property;
18       m_label_t *sl;
19
20

PARAMETERS

22       display     Specifies a pointer to the Display structure; returned from
23                   XOpenDisplay().
24
25
26       window      Specifies  the  ID of the window whose property's label you
27                   want to change.
28
29
30       property    Specifies the property atom.
31
32
33       sl          Specifies a pointer to a sensitivity label.
34
35

DESCRIPTION

37       The XTSOLsetPropLabel() function changes the sensitivity label that  is
38       associated  with  a  property hanging on a window. The client must have
39       the  PRIV_WIN_DAC_WRITE,  PRIV_WIN_MAC_WRITE,  and  PRIV_WIN_UPGRADE_SL
40       privileges.
41

RETURN VALUES

43       None.
44

ERRORS

46       BadAccess    Lack of privilege.
47
48
49       BadWindow    Not a valid window.
50
51
52       BadAtom      Not a valid atom.
53
54
55       BadValue     Not a valid sl.
56
57

ATTRIBUTES

59       See attributes(5) for descriptions of the following attributes:
60
61
62
63
64       ┌───────────────────────────┬───────────────────────────────┐
65       │      ATTRIBUTE TYPE       │        ATTRIBUTE VALUE        │
66       ├───────────────────────────┼───────────────────────────────┤
67       │Interface Stability        │ Committed                     │
68       ├───────────────────────────┼───────────────────────────────┤
69       │MT-Level                   │ Unsafe                        │
70       └───────────────────────────┴───────────────────────────────┘
71

SEE ALSO

73       libXtsol(3LIB),     XTSOLgetPropAttributes(3XTSOL),     XTSOLgetPropLa‐
74       bel(3XTSOL), attributes(5)
75

NOTES

77       The functionality described on this manual page is  available  only  if
78       the system is configured with Trusted Extensions.
79
80
81
82SunOS 5.11                        20 Jul 2007        XTSOLsetPropLabel(3XTSOL)
Impressum