ControlActive[act, norm] evaluates to act if a control that affects act is actively being used, and to norm otherwise.
One of the most basic features of GUIKit is loading and executing an existing user interface application. This can be accomplished in one step in either a modal or modeless ...
EquationTrekkerNonModal is the nonmodal dialog version of EquationTrekker.
Mathematica's unified symbolic architecture makes it incredibly easy to create dialog boxes that range from the straightforward to the highly elaborate and customized. Every ...
Because of its unified symbolic architecture, Mathematica provides powerful capabilities for creating layouts, both interactively and programmatically, and containing ...
MATHEMATICA HOW TO Tutorials » Notebooks as Documents Doing Computations in Notebooks Options for Notebooks Options for Cells Two-Dimensional Expression Input Entering ...
Appearance is an option for displayed objects such as Button and Slider that specifies the general type of appearance they should have.
ChoiceDialog[expr] puts up a standard choice dialog that displays expr together with OK and Cancel buttons, and returns True if OK is clicked and False if Cancel is ...
EmitSound[snd] emits the sound snd when evaluated. EmitSound[{snd_1, snd_2, ...}] emits each of the sounds snd_i in sequence.
In
(Built-in Mathematica Symbol) In[n] is a global object that is assigned to have a delayed value of the n\[Null]^th input line.