|
|
|||
|
|
| Built-in Mathematica Symbol | Tutorials »|See Also »|More About » |
| PopupMenu[x, {val1, val2, ...}] represents a popup menu with setting x and possible values vali. |
| PopupMenu[Dynamic[x], {val1, ...}] takes the setting to be the dynamically updated current value of x, with the value of x being reset every time an item is selected from the menu. |
| PopupMenu[x, {val1->lbl1, val2->lbl2, ...}] represents a popup menu in which possible value vali is indicated by lbli. |
| PopupMenu[x, {val1->lbl1, ...}, dlbl] displays the menu item as dlbl if x is none of the vali. |
| PopupMenu[x, {...}, dlbl, base] displays as base when it is not being clicked. |
| Appearance | Automatic | the overall appearance of the menu | |
| BaselinePosition | Automatic | alignment relative to surrounding text | |
| BaseStyle | {} | base style specifications for the menu | |
| Enabled | Automatic | whether the menu is enabled, or grayed out | |
| FieldSize | {{1.,50.},{1.,10.}} | the size of the field for menu items | |
| FrameMargins | Automatic | margins to leave inside the menu frame | |
| ImageMargins | 0 | margins around the displayed menu | |
| ImageSize | All | the overall image size of the displayed menu |