Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ XtVaSetSubv(3) — OSF1 1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

XtSetArg(1)

set_values(4)

 

Name

XtVaSetSubvalues — set the current values of nonwidget resources associated with a widget instance, using varargs argument style. 

Synopsis

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

      XtPointer base;
      XtResourceList resources;
      Cardinal num_resources;

Arguments

baseSpecifies the base address of the subpart data structure into which the resources should be written. 

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.  The resources and values passed are dependent on the subpart of the widget being modified. 

Description

XtVaSetSubvalues is identical in function to XtSetSubvalues with the args and num_args arguments replaced by a varargs list.  XtVaTypedArg is not supported for XtVaSetSubvalues.  If XtVaTypedArg is specified in the list, a warning message is issued and the entry is then ignored. 

See Also

XtSetArg(1),
set_values(4). 

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