VtSetValues(VTCL)

VtSetValues(VTCL)


VtSetValues -- set value of a widget option

Syntax

VtSetValues widgetName [options]

Description

Used to set the value of a widget option. The option name used is the same option used in widget creation. Only options which have an ``S'' next to the option name in the command reference can be set with VtSetValues.

Options

(Valid options for the particular widget. xmArgs to pass X resources to the server.) For example:
VtSetValues $myLabel -label foo
Sets the label string of $myLabel to ``foo''.