MenuView |  |
MenuView[{lbl1->expr1, lbl2->expr2, ...}] represents an object in which selecting the menu item with label lbli displays expri. |
MenuView[{lbl1->expr1, lbl2->expr2, ...}, i] makes the i item be the one currently selected. |
MenuView[{{v1, lbl1->expr1}, {v2, lbl2->expr2}, ...}, v] associates values vi with successive menu items, and makes the item with value v be the one currently selected. |
MenuView[{expr1, expr2, ...}] takes the menu items' labels to be successive integers. |
- MenuView[list, Dynamic[s]] takes the selected menu item to be specified by the dynamically updated current value of s, with the value of s being reset if a different menu item is selected.
- The following options can be given:
- With the default option setting ImageSize->All, MenuView always leaves space for the largest of the expri to be displayed, so that its overall size does not change.
- If any of the lbli are Null, the corresponding menu items are left blank.
- Item can be used to give style specifications that apply throughout a menu item.
- MenuView by default displays the lbli in "MenuView" style, which typically uses the system menu font.
- The settings for BaseStyle and LabelStyle are appended to the default styles typically given by the "MenuView" and "MenuViewLabel" styles in the current stylesheet.
Select between graphics using a menu:
Out[1]= |  |
Include labels:
Out[2]= |  |
| |
|
|
|
|
 |
|
|