Name
XtVaSetValues — modify the current resource values associated with a widget instance, using varargs argument style.
Synopsis
void XtVaSetValues(object, ..., NULL)
Widget object;
Arguments
objectSpecifies the object whose resources are to be modified; may be of class Object or any subclass thereof.
..., NULLSpecifies the NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications. The resources and values passed are dependent on the widget being modified.
Description
XtVaSetValues is identical in function to XtSetValues with the args and num_args arguments replaced by a varargs list.