|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| Setter[x, val] represents a setter button whose setting x is set to val when the button is clicked. The button is labeled with val, and appears pressed if the value of x is val, and unpressed otherwise. |
| Setter[Dynamic[x], val] takes the setting to be the dynamically updated current value of x, with the value of x being reset if the button is clicked. |
| Setter[x, val, label] labels the setter button with label. |
| Setter[x, {val1, val2, ...}, label] represents a setter button which sets x to valn if multi-clicked n times. |
| Appearance | Automatic | the overall appearance of the setter | |
| AutoAction | False | whether to change the setter automatically when the mouse is over it | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| BaseStyle | {} | base style specifications for the setter | |
| Enabled | Automatic | whether the setter is enabled, or grayed out | |
| ImageMargins | 0 | margins around the image of the displayed setter | |
| ImageSize | All | the overall image size of the displayed setter |