Name
XtVaGetApplicationResources — retrieve resources for the overall application using varargs argument style.
Synopsis
void XtVaGetApplicationResources(object, base, resources, num_resources, ..., NULL)
Widget object;
XtPointer base;
XtResourceList resources;
Cardinal num_resources;
Arguments
objectSpecifies the object that identifies the resource database to search (the database is that associated with the display for this object); 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.
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
XtVaGetApplicationResources is identical in function to XtGetApplicationResources with the args and num_args arguments replaced by a varargs list.