|
SOLUTIONS
|
BUILT-IN MATHEMATICA SYMBOL
FrontEndToken
FrontEndToken["cmd"]
is an object which represents a front end command token, typically corresponding to a front end menu item, to be executed by FrontEndExecute.
FrontEndToken[nb, "cmd"]
represents a command which targets the specified notebook.
FrontEndToken[nb, "cmd", param]
represents a command with a parameter.
DetailsDetails
- Typical tokens corresponding to menu items without parameters include: "New", "Open", "Paste",
, "StackWindows", "Fraction", "OpenCloseGroup", "EvaluateCells", "EvaluateInitialization". - Typical tokens with associated parameters include:
, "SelectionConvert", "EvaluatorQuit". - The mapping between command tokens and menu items or keyboard shortcuts is defined in front end text resource files.
New in 3
Mathematica 9 is now available!
New to Mathematica?
Find your learning path »
Have a question?
Ask support »
