|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ActionMenu
ActionMenu[name, {lbl1:>act1, lbl2:>act2, ...}]
represents an action menu with label name and with items labeled
that evaluates the expression
if the corresponding item is chosen.
Details and OptionsDetails and Options
- name and the
can be any expressions. - ActionMenu by default displays name and the
in
style, which typically uses the system menu font. - In ActionMenu[name, list], Delimiter can appear as an element of list, specifying a horizontal delimiter in the displayed menu.
- The following options can be given:
-
Appearance Automatic the overall appearance of the menu BaseStyle {} base style specifications for the menu ContentPadding True whether to shrink the margins tightly around the contents Enabled Automatic whether the menu is enabled or grayed out Evaluator Automatic the kernel in which to evaluate the 
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 image of the displayed menu ImageSize Automatic the overall image size of the displayed menu MenuStyle {} style specifications for menu items Method "Preemptive" the evaluation method to use - Possible settings for Appearance include:
-
None display only name, without modification Automatic display in a special action menu form (default) "PopupMenu" display like a popup menu with initial value name "Button" display like a button - Typical possible settings for the Method option include
and
. - The settings for BaseStyle are appended to the default style typically given by the
style in the current stylesheet.
New in 6 | Last modified in 8
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
