|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
ChoiceButtons
ChoiceButtons[]
represents a pair of OK and Cancel buttons that close a dialog.
ChoiceButtons[{actok, actcancel}]
represents OK and Cancel buttons that evaluate the corresponding
when clicked.
ChoiceButtons[{lblok, lblcancel}, {actok, actcancel}]
uses the
to label the buttons.
DetailsDetails
- ChoiceButtons arranges OK and Cancel buttons in the conventional order for the current computer system.
- ChoiceButtons[{lbl1, lbl2}, {act1, act2}, {opts1, opts2}] gives separate options for each button.
- ChoiceButtons[lbls, acts, opts, gopts] allows Grid options to be given to specify the layout of the buttons.
New in 7
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
