Widget["Icon"] represents an icon.
ClickPane[image, func] represents a clickable pane that displays as image and applies func to the x, y coordinates of each click within the pane.ClickPane[image, {{x_min, ...
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
Mathematica allows convenient discovery and customization of all aspects of its system setup.
Edit Stylesheet edits the style definitions for the current notebook.
FrameMargins is an option for objects that can be displayed with frames which specifies the absolute margins in printer's points to leave inside the frame.
Speak
(Built-in Mathematica Symbol) Speak[expr] speaks a spoken representation of the expression expr.
Widget["Frame"] represents a complete window.
This example provides a reusable dialog for angle input. This is based on a J/Link example, but rewritten here using the GUIKit` APIs.
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 ...