PropertyValue[name] gets a widget property value.PropertyValue[{target, name}] gets a widget property value, specifying the target widget.PropertyValue[{target, name, index}] ...
WidgetReference[id] looks up an existing widget instance using identifier id and return the underlying object.
Widget["Frame"] represents a complete window.
Widget["Panel"] is an empty container widget.
The GUIKit framework provides Mathematica functions, such as PropertyValue[{" StyleBox["widgetName", "TI"]"," StyleBox["propertyName", "TI"]"}], for accessing state ...
Here is a simple calculator example using the GUIKit` package and Mathematica scripts for calculations.
This example uses Widget["ColorChooser"] and includes sample code demonstrating how to
This example demonstrates various techniques for designing a progress bar dialog and a number of options available to wrap the reusable widget involved. Here is one technique ...
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 ...
The GUIKit` package can also be used to provide Mathematica-enriched user interfaces to standalone Java applications, leveraging the fact that J/Link also works within a Java ...