Menu Customization
You can use the following functions in the Interface class to add new menu items:
- Interface::AddClassMenuItem() – Adds a new submenu to the interface that can be used to create and edit instances of a class in your plug-in.
- Interface::AddCallbackMenuItem() – Adds a new menu item that calls a callback function in your plug-in.