| 1 | """Define the menu contents, hotkeys, and event bindings. |
| 2 | |
| 3 | There is additional configuration information in the EditorWindow class (and |
| 4 | subclasses): the menus are created there based on the menu_specs (class) |
nothing calls this directly
no test coverage detected