Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtVaGetSubv(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtGetSubvalues(1)

XtSetArg(1)

 

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. 

See Also

XtGetSubvalues(1), XtSetArg(1). 

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