ContextMenu[CurrentContext][Categories]
List
list the module entry generators
Calling Sequence
Description
Examples of Categories[List]
Categories[List]()
The Categories[List] command lists the names of all categories that have been defined in a context menu module. A category may be defined by being named in either a Categories[Set] command or an Entries[Add] command.
MyContextModule := ContextMenu:-New():
with(MyContextModule);
Categories,Copy,Entries,EntryGenerators,HandleExpression,Queries
Set some categories and see that they appear in the output of List.
Categories[Set]("Language Conversions", "Category 1");
Entries[Add]("Integer Factors", "ifactors(%EXPR)", integer, category="Category 2");
7
Categories[List]();
Category 2
See Also
Categories/Get
Categories/Set
ContextMenu
Download Help Document