Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtVaGetAppl(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtGetSubresources(1)

XtOffset(1)

XtOffsetOf(1)

 

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. 

See Also

XtGetSubresources(1), XtOffset(1), XtOffsetOf(1). 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026