Widget["ImageLabel"] represents an image label.
Why You Do Not Usually Need to Know about Internals Basic Internal Architecture The Algorithms of Mathematica
SymbolicC provides automated formatting of the generated C output. This section reviews some of the ways that you can work with formatting to create your own styles of ...
Overlay
(Built-in Mathematica Symbol) Overlay[{expr_1, expr_2, ...}] displays as an overlay of all the expr_i.Overlay[{expr_1, expr_2, ...}, {i, j, ...}] displays as an overlay of expr_i, expr_j, ...
SetterBar[x, {val_1, val_2, ...}] represents a setter bar with setting x and with setter buttons for values val_i.SetterBar[Dynamic[x], {val_1, val_2, ...}] takes the setting ...
TogglerBar[x, {val_1, val_2, ...}] represents a toggler bar with setting x and with toggler buttons for values val_i to include in the list x.TogglerBar[Dynamic[x], {val_1, ...
Name
(GUIKit Package Symbol) Name is an option to GUIKit expression functions and identifies a string name with which to register the widget instance in the active widget registry.
Supporting a large number of numerical integration methods for differential equations is a lot of work. In order to cut down on maintenance and duplication of code, common ...
This example demonstrates some simple interaction between user interface controls and some Mathematica scripting.
PreemptProtect[expr] evaluates expr, without any interruption from preemptive evaluations.