XSetOCValues(3X) XLIB FUNCTIONS XSetOCValues(3X)
NAME
XSetOCValues - set XOC values
SYNTAX
char * XSetOCValues(oc, ...)
XOC oc;
ARGUMENTS
oc Specifies the output context.
... Specifies the variable length argument list to set or get XOC values.
DESCRIPTION
The XSetOCValues function returns NULL if no error occurred; otherwise, it returns the name of the first argument that could not be set.
An argument might not be set for any of the following reasons:
o The argument is read-only.
o The argument name is not recognized.
o An implementation-dependent error occurs.
Each value to be set must be an appropriate datum, matching the data type imposed by the semantics of the argument.
SEE ALSO
XCreateOC(3X), XDestroy(3X), XGetOCValues(3X), XOMOfOC(3X)
X Version 11 Release 6 XSetOCValues(3X)