Setter
(Built-in Mathematica Symbol) Setter[x, val] represents a setter button whose setting x is set to val when the button is clicked. The button is labeled with val, and appears pressed if the value of x is ...
AutoAction is an option for objects such as Slider, Locator, and Button that specifies whether they should automatically take action whenever the mouse pointer is over them, ...
WindowClickSelect is a notebook option that specifies whether the window for the notebook should become selected if you click it.
This example displays a modeless dialog that shows all currently loaded Mathematica packages with an update button to refresh the current list. If you load additional ...
GUIKIT PACKAGE TUTORIAL URL » GUIKit/tutorial/SampleDialogStyles Copy Mathematica URL Copy web URL Go to web URL Dialog Style Samples Modal OK/Cancel Dialog Needs["GUIKit`"]; ...
DefaultBaseStyle is a low-level option for formatting and related constructs that specifies a default base style to use before BaseStyle.
Dynamic behavior is added to a GUIKit user interface by executing Mathematica code. This lets one part of the definition interact with another, for example, specifying the ...
NotebookLocate["tag"] locates all cells with the specified tag in your current input notebook, selecting the cells and scrolling to the position of the first one. ...
WidgetSpace[] is a widget layout placeholder used when spacing is needed between widgets.
Starting in Version 7, Mathematica includes expression-to-speech functionality. In principle, any Mathematica expression can be translated in this way.