VtGetValues(VTCL)

VtGetValues(VTCL)


VtGetValues -- return value of specified option for given widget

Syntax

VtGetValues widgetName [option]

Description

Returns the value of the specified option for the given widget. Only options which have a "G" next to the option name in the command reference can be retrieved with VtGetValues. Only one option can be retrieved at a time.

Options

(Valid option for the particular widget). For example:
set label [VtGetValues $myLabel -label]
Returns the label string for the widget $myLabel.

See also