public class DockCenterArea extends TabWidget:
Central tab area of a DockWorkspace.
The class intentionally stays close to TabWidget: editors and document-like widgets are still manipulated as tabs, while the surrounding workspace owns the docked panes.
workspace = DockWorkspace()
workspace.center.addTab("main.kn", editor)| Modifier and Type | Member | Description |
|---|---|---|
| public | DockCenterArea | Creates an empty center area. |