|
SOLUTIONS
|
OBSOLETE MATHEMATICA SYMBOL
ButtonStyle
As of version 6.0,
has been superseded by the more general option BaseStyle.
![]()
is an option for ButtonBox that specifies the default properties for the button.
DetailsDetails
- Typical styles defined in the standard notebook front end are:
-
"Paste" paste the contents of the button (default) "Evaluate" paste, then evaluate in place what has been pasted "EvaluateCell" paste, then evaluate the whole cell "CopyEvaluate" copy the current selection into a new cell, then paste and evaluate in place "CopyEvaluateCell" copy the current selection into a new cell, then paste and evaluate the whole cell "Hyperlink" jump to a different location in the notebook - The properties specified by a button style can affect both the appearance and action of a button.
- The properties can be overridden by explicit settings for ButtonBox options.
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
