|
|
||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
SetterBar |
| SetterBar[x, {val1, val2, ...}] represents a setter bar with setting x and with setter buttons for values vali. |
| SetterBar[Dynamic[x], {val1, val2, ...}] takes the setting to be the dynamically updated current value of x, with the value of x being reset every time a setter button is clicked. |
| SetterBar[x, {val1->lbl1, val2->lbl2, ...}] represents a setter bar in which the setter button giving value vali has label lbli. |
| Appearance | Automatic | the overall appearance of the setter bar | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| BaseStyle | {} | base style specifications for the setter bar | |
| Enabled | Automatic | whether the setter bar is enabled, or grayed out |
| "Horizontal" | equally spaced horizontally | |
| "Vertical" | equally spaced vertically | |
| "Row" | laid out like text, allowing linewrapping |
| © 2008 Wolfram Research, Inc. |