Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtVaGetSubv(3x) — HP-UX 9.05

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtGetApplicationResources(1)

XtGetSubvalues(1)

XtVaSetValues(1)

 

NAME

XtVaGetSubvalues − retrieve the current values of subpart resources, using varargs argument style. 

Synopsis

void XtVaGetSubvalues(base, resources, num_resources, ..., NULL)

      XtPointer base;
      XtResourceList resources;
      Cardinal num_resources;

Inputs

baseSpecifies the base address of the subpart data structure for which the resources should be retrieved. 

resourcesSpecifies the subpart resource list. 

num_resources
Specifies the number of resources in the resource list.

..., NULLA NULL-terminated variable-length list of resource names and the addresses at which the values of those resources are to be stored. 

Availability

Release 4 and later. 

Description

XtVaGetSubvalues() obtains the values of the resources named in the variable-length argument list (and described in the resource list resources) from the subpart structure pointed to by base, and stores those values at the addresses specified in the variable length argument list.  Note that the special symbol XtVaTypedArg is not supported by XtVaGetSubvalues().  If XtVaTypedArg is specified in the list, a warning message is issued and the entry is then ignored.  XtVaGetSubvalues() is identical to XtGetSubvalues() except that the args array of resource names and values and the num_args argument of that function are replaced with a NULL-terminated variable-length argument list.  See XtGetSubvalues() for more information on this function.  See XtVaSetValues() for more information on using variable-length argument lists to specify resources.  See XtGetApplicationResources() for information on how to declare an XtResourceList. 

See Also

XtGetApplicationResources(1), XtGetSubvalues(1), XtVaSetValues(1). 

Copyright O’Reilly & Assoc.  —  X Toolkit Intrinsics Reference Manual © O’Reilly & Associates

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