|
|
||
|
|
RadioButtonBar |
| RadioButtonBar[x, {val1, val2, ...}] represents a radio button bar with setting x and with labeled radio buttons for values vali. |
| RadioButtonBar[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 radio button is pressed. |
| RadioButtonBar[x, {val1->lbl1, val2->lbl2, ...}] represents a radio button bar in which the radio button giving value vali is given label lbli. |
| Appearance | Automatic | the overall appearance of the radio button bar | |
| Background | Automatic | background color to use | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| BaseStyle | {} | base style specifications for the button bar | |
| Enabled | Automatic | whether the radio button bar is enabled, or grayed out | |
| LabelStyle | {} | style specifications for the labels |
| "Horizontal" | equally spaced horizontally | |
| "Vertical" | equally spaced vertically | |
| "Row" | laid out like text, allowing linewrapping |
| © 2008 Wolfram Research, Inc. |