|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
TogglerBar
TogglerBar[x, {val1, val2, ...}]
represents a toggler bar with setting x and with toggler buttons for values
to include in the list x.
TogglerBar[Dynamic[x], {val1, val2, ...}]
takes the setting to be the dynamically updated current value of x, with the values in the list x being reset every time a toggler button is clicked.
TogglerBar[x, {val1->lbl1, val2->lbl2, ...}]
represents a toggler bar in which the toggler button associated with value
has label
.
Details and OptionsDetails and Options
- Multiple toggler buttons in a TogglerBar can be depressed at the same time. The values associated with all depressed buttons are given in a list.
- The
and
can be strings, boxes, graphics or any other expressions, including dynamic expressions. » - The following options can be given:
-
Appearance Automatic the overall appearance of the toggler bar BaselinePosition Automatic alignment relative to surrounding text BaseStyle {} base style specifications for the toggler bar Enabled Automatic whether the toggler bar is enabled, or grayed out - Possible settings for the Appearance option include:
-
"Horizontal" equally spaced horizontally "Vertical" equally spaced vertically "Row" laid out like text, allowing linewrapping - The settings for BaseStyle are appended to the default style typically given by the
style in the current stylesheet.
New in 6
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
