|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
Toggler |
| 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 of x, with the value of x being toggled if the button is clicked. |
| Toggler[x, {val1, val2, ...}] represents a toggler button that cycles through any sequence of values vali. |
| Toggler[x, {val1->pict1, val2->pict2, ...}] cycles through values vali displaying them as picti. |
| Toggler[x, vlist, dpict] displays as dpict if x is none of the vali. |
| AutoAction | False | whether to change the toggler automatically when the mouse is over it | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| BaseStyle | {} | base style specifications for the displayed toggler | |
| Enabled | Automatic | whether the toggler is enabled, or grayed out | |
| ImageMargins | 0 | margins around the image of the displayed toggler | |
| ImageSize | All | the overall image size of the displayed toggler |
| © 2013 Wolfram Research, Inc. |