NAME | SYNOPSIS | DESCRIPTION | PARAMETERS | ATTRIBUTES | RETURN VALUES | ERRORS | SEE ALSO
#include <tsol/Xtsol.h>
Display *display; Window window; Atom property; bclabel_t *cmwlabel;XTSOLgetPropLabel(display, window, property, cmwlabel);
Client requires the PRIV_WIN_DAC_READ
and PRIV_WIN_MAC_READ
privileges.
XTSOLgetPropLabel() is used to get the CMW label associated with a property hanging on a window.
Specifies a pointer to the Display structure; returned from XOpenDisplay().
Specifies the ID of the window whose property's CMW label you want to get.
Specifies the property atom.
Returns a CMW label that is the current CMW label of the specified property. This label contains an SL. Client needs to provide a bclabel_t type storage and passes the address of this storage as the function argument. Client must provide a pointer to bclabel_t.
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE |
---|---|
Availability | SUNWxwplt (available only on Trusted Solaris systems) |
MT-Level | MT-Unsafe |
None
NAME | SYNOPSIS | DESCRIPTION | PARAMETERS | ATTRIBUTES | RETURN VALUES | ERRORS | SEE ALSO