MenuView[{lbl_1 -> expr_1, lbl_2 -> expr_2, ...}] represents an object in which selecting the menu item with label lbl_i displays expr_i. MenuView[{lbl_1 -> expr_1, lbl_2 -> ...
PopupMenu[x, {val_1, val_2, ...}] represents a popup menu with setting x and possible values val_i. PopupMenu[Dynamic[x], {val_1, ...}] takes the setting to be the ...
The single function Manipulate gives immediate access to a huge range of powerful interactive capabilities. For any expression with symbolic parameters, Manipulate ...
RasterSize is an option for Rasterize and related functions that determines the absolute pixel size of the raster generated.
Hyperlink[uri] represents a hyperlink that jumps to the specified URI when clicked. Hyperlink[label, uri] represents a hyperlink to be displayed as label.
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 ...
Not only can Mathematica perform very complicated data analysis, it can also display these results in a formatted, easy-to-read display that can be used in other documents or ...
Alignment is an option which specifies how the contents of a displayed object should be aligned within the available area in the object.
ButtonBar[{lbl_1 :> act_1, lbl_2 :> act_2, ...}] represents a bar of buttons with labels lbl_i that perform actions act_i when pressed.
ColorSlider[color] represents a color slider currently set to the color corresponding to color.ColorSlider[Dynamic[color]] uses the dynamically updated current value of ...