SetPropertyValue[name, value] sets a widget property value.SetPropertyValue[{target, name}, value] or SetPropertyValue[{target, name} -> value] sets a widget property value, ...
SetWidgetReference[name, value] registers a widget with string name in the widget registry for the current interface.
WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.
Widget["Frame"] represents a complete window.
Widget["Icon"] represents an icon.
Widget["Panel"] is an empty container widget.
Widget["RadioButton"] represents a radio button.
This example displays a dialog for finding prime numbers and alerting the user when any entered expression evaluates to a prime number. The modal version also shows how ...
SetEdgeWeights[g] assigns random real weights in the range [0, 1] to edges in g. SetEdgeWeights[g, e] assigns edge weights to the edges in the edge list e. SetEdgeWeights[g, ...