ContextMenu[CurrentContext][EntryGenerators]
List
list the module entry generators
Calling Sequence
Description
Examples of EntryGenerators[List]
EntryGenerators[List]()
The EntryGenerators[List] command lists the names of the entry generators that are available within a context menu module. Each string in the list returned by List() references an entry generator, whose procedure or list can be viewed using the EntryGenerators[Get] command.
An entry generator is used to dynamically generate subentries in the context menu. An entry uses the entry generator by setting the entry option 'entry_generator' to the name of the entry generator in a call to the Entries[Add] command.
with(ContextMenu[CurrentContext]):
List the names of the entry generators available in the context menu module.
EntryGenerators[List]();
DefIntRules,Units_MTS,Variables 2,Variables,GraphTheoryExportList,VariablesIndices,LimitRules,RhsVariables,vectorSelection,SeqSelection,UnitSystems,matrixSelection,CombineCodeType,vectorNorms,NetworkSourcesSinks,Units_FPS,Variables 3,Functions,DiffRules,OuterVariables,VarsFuns,PermutedVariables,Units_CGS,Variables deg=1,matrixVariables,Variables deg=2,IndefIntRules,MatrixNorms,LengthUnits,PolyVariables,PermutedLhs,rtableSelection,NumDigits,VectorNorms,matrixNorms,Rotation,Units_SI,ExprSeqSelection,VariablesFromExpression,CollectCodeType,RightVariables 2,Units_Atomic,Variable Comb 2,GraphTheoryPolyVarList,Calc1Hints,Linear Functions,Units_EMU,Variables and Functions,VCVariables,Params
See Also
ContextMenu
EntryGenerators/Add
EntryGenerators/Get
Download Help Document