SetPropertyValue

SetPropertyValue[name, value]
sets a widget property value.
SetPropertyValue[{target, name}, value] or SetPropertyValue[{target, name}->value]
sets a widget property value, specifying the target widget.
SetPropertyValue[{target, name, index}, value] or SetPropertyValue[{target, name, index}->value]
sets an indexed widget property value, specifying the target widget.
  • To use SetPropertyValue, you first need to load GUIKit using Needs["GUIKit`"].
  • The following option can be given:
NameNonea name with which to register the property value within the widget registry
© 2008 Wolfram Research, Inc. japanese.gif