Mathematica provides a full range of control objects, all specified in convenient symbolic form. Manipulate uses many of these objects automatically; you can also use them ...
InteractiveTradingChart[{{date_1, {open_1, high_1, low_1, close_1, volume_1}}, ...}] makes a chart showing prices and volume for each date. InteractiveTradingChart[{" name", ...
LocatorPane[{x, y}, back] represents a pane with a locator at position {x, y} and background back.LocatorPane[Dynamic[pt], back] takes the locator position to be the ...
MouseAnnotation[] gives any mouse annotation associated with the expression at the current mouse position.
HighlightGraph[g, {a_1, a_2, ...}] highlights the a_i that can be vertices, edges, or subgraphs of g.HighlightGraph[g, {..., w_j[a_j], ...}] highlights using the symbolic ...
Toggler
(Built-in Mathematica Symbol) Toggler[x] represents a toggler button with setting x, that toggles between True and False. Toggler[Dynamic[x]] takes the setting to be the dynamically updated current value ...
FlipView[{expr_1, expr_2}] represents an object which flips between displaying expr_1 and expr_2 each time it is clicked.FlipView[{expr_1, expr_2, ...}] cyclically flips ...
CurrentValue[item] gives the current value of item at a location in the Mathematica system and interface. CurrentValue[{item, spec}] gives the current value for the feature ...
CompilationTarget is an option for Compile that specifies the target runtime for the compiled function.
By far the largest release since Version 1.0 in 1988, Version 6.0 added a remarkable breadth of new functionality. As well as introducing several major new fundamental ...