Name
XtVaGetSubresources — fetch resources for widget subparts, using varargs argument style.
Synopsis
void XtVaGetSubresources(object, base, name, class, resources, num_resources, ..., NULL)
Widget object;
XtPointer base;
String name;
String class;
XtResourceList resources;
Cardinal num_resources;
Arguments
objectSpecifies the object used to qualify the subpart resource name and class; may be of class Object or any subclass thereof.
baseSpecifies the base address of the subpart data structure into which the resources will be written.
nameSpecifies the name of the subpart.
classSpecifies the class of the subpart.
resourcesSpecifies the resource list for the subpart.
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.
Description
XtVaGetSubresources is identical in function to XtGetSubresources with the args and num_args arguments replaced by a varargs list.