MainWindowShellPlugin¶
- class dip.shell.plugins.MainWindowShellPlugin¶
Base class: Model
The MainWindowShellPlugin class is the plugin definition for the main window based shell.
- id = 'dip.shell.shells.mainwindow'
- The identifier of the plugin.
- name = 'Main window shell plugin'
- The name of the plugin.
- configure(plugin_manager)¶
This is called when the plugin is enabled to ask that it configures itself.
Parameter: plugin_manager – the plugin manager.