pyface.workbench.i_workbench module¶
The workbench interface.
- class pyface.workbench.i_workbench.IWorkbench(adaptee, default=<class 'traits.adaptation.adaptation_error.AdaptationError'>)[source]¶
Bases:
Interface
The workbench interface.
- exit()[source]¶
Exit the workbench.
This closes all open workbench windows.
This method is not called when the user clicks the close icon. Nor when they do an Alt+F4 in Windows. It is only called when the application menu File->Exit item is selected.