Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ VStSubvlues(3X) — DeltaWindows 1.3.3 Release 4 Version 4.3

Media Vault

Software Library

Restoration Projects

Artifacts Sought

 

NAME

XtVaSetSubvalues − set the current values of subpart resources, using varargs argument style. 

SYNOPSIS

void XtVaSetSubvalues(base, resources, num_resources, ..., NULL)
      XtPointer base;
      XtResourceList resources;
      Cardinal num_resources;

Inputs

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

resourcesSpecifies the subpart resource list. 

num_resources
Specifies the number of resources in the resource list.

..., NULLA NULL-terminated variable-length list of resource name/value pairs to override any other resource specifications. 

AVAILABILITY

Release 4 and later. 

DESCRIPTION

XtVaSetSubvalues() sets the resources named in the variable length argument list to the values specified in the same list.  The values are copied into the structure pointed to by base at the offset specified by the resource descriptions in resources.  Note that the special resource name XtVaTypedArg is not supported by XtVaSetSubvalues().  If XtVaTypedArg is specified in the list, a warning message is issued and the entry is then ignored. 

XtVaSetSubvalues() is identical to XtSetSubvalues() 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 XtSetSubvalues() for more information on this function.  See XtVaSetValues() for more information on using variable-length argument lists to specify resources.  See XtGetApplicationResources() for a description of how to declare an XtResourceList. 

SEE ALSO

XtGetApplicationResourcesUNIX SYSTEM V/68, XtSetSubvaluesUNIX SYSTEM V/68, XtVaSetValuesUNIX SYSTEM V/68. 

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