Name
XtVaGetSubvalues — retrieve the current values of nonwidget resources associated with a widget instance, using varargs argument style.
Synopsis
void XtVaGetSubvalues(base, resources, num_resources, ..., NULL)
XtPointer base;
XtResourceList resources;
Cardinal num_resources;
Arguments
baseSpecifies the base address of the subpart data structure for which the resources should be retrieved.
resourcesSpecifies the nonwidget resource list.
num_resources
Specifies the number of resources in the resource list.
..., NULLSpecifies the NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications. values are to be stored. The arguments and values are dependent on the subpart.
Description
XtVaGetSubvalues is identical in function to XtGetSubvalues with the args and num_args arguments replaced by a varargs list. XtVaTypedArg is not supported for XtVaGetSubvalues. If XtVaTypedArg is specified in the list, a warning message is issued and the entry is then ignored.