This method must be called by the loaded method of an application. The application must also call
removeTranscriptMenuNamed: in the application's
removing method. Any application that wants to add options to the named menu must implement the method specified by
selector. The menu is obtained using
transcriptMenuNamed:.
A class named MyClass wants to add a menu item named
MyApplication to the end of the Transcript menu bar when the class is loaded. If the class is unloaded, the menu is no longer needed. For information on the
loaded and
removing initialization methods, see
Application initialization.