ContextMenu[CurrentContext]
HandleExpression
determine the context menu that results in the context menu module for a selection
Calling Sequence
Parameters
Description
Examples of CurrentContext[HandleExpression]
HandleExpression(expr, isfullexpr)
expr
-
list; contains the expression to handle for which context menu is determined
isfullexpr
truefalse; determines whether expr is considered to be a full expression (true) or a subselection (false)
The HandleExpression command returns a nested data structure, which encapsulates the context menu structure displayed by this context menu module when the expression expr is selected. The expr parameter can be any Maple object, including an expression sequence.
The HandleExpression command returns output in a specialized form used by Maple for generating its context-sensitive menus. A simplified version of this output, more suitable for use in testing, is available from the command ContextMenu[Test][GetGeneratedMenu].
The command ContextMenu[CurrentContext][HandleExpression]([expr], isfullexpr) is equivalent to ContextMenu([expr], isfullexpr).
with(ContextMenu);
CurrentContext,Install,New,Save,Test
newCM := New():
Note the generated context-sensitive menu for newCM is empty because no entries have been added yet.
newCM:-HandleExpression(["test"], true);
CONTEXTMENU⁡Context Menu Actions,,
Following is the result of the built-in context menu module upon on the selected object false.
CurrentContext:-HandleExpression([false], true);
CONTEXTMENU⁡Context Menu Actions,,Apply a Command,Apply a command,CM_GenericActionx↦ContextMenu:−Interactive:−Apply⁡op⁡x,true,→,Negate Boolean,Negate the boolean expression,CM_GenericActionnot(%EXPR),true,→negate boolean,<SeparatorLine>,Help on Command,Display the help page for this command,CM_GenericActionprocxeval⁡help⁡op⁡1,x;%CANCELend proc,false,→command help
See Also
ContextMenu
Entries[Add]
Entries[AddMultiple]
EntryGenerators[Get]
EntryGenerators[List]
Download Help Document
What kind of issue would you like to report? (Optional)