|
SOLUTIONS
|
GUIKIT PACKAGE SYMBOL
PropertyValue
PropertyValue[name]
gets a widget property value.
gets a widget property value, specifying the target widget.
gets an indexed widget property value, specifying the target widget.
DetailsDetails
- To use
, you first need to load GUIKit using Needs["GUIKit`"].
returns the value of the property name.- If the target argument is not present, the target is defaulted to the wrapping widget of the
expression. - The target can either be specified as a string name of a widget reference or a component instance such as a JavaObject.
- Note that indices in Mathematica and XML widget definitions are 1-based, while Java and direct calls to Java objects using J/Link follow the 0-based Java convention.
- The following option can be given:
-
Name None a name with which to register this returned value within the widget registry
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
