Table of Contents

Interface IRootSector

Namespace
Whim
Assembly
Whim.dll
The root sector of the state. This is read-only.
public interface IRootSector

Properties

MapSector

The sector containing window-workspace and workspace-monitor mappings.
IMapSector MapSector { get; }

Property Value

IMapSector

MonitorSector

The sector containing monitors.
IMonitorSector MonitorSector { get; }

Property Value

IMonitorSector

WindowSector

The sector containing windows.
IWindowSector WindowSector { get; }

Property Value

IWindowSector

WorkspaceSector

The sector containing workspaces.
IWorkspaceSector WorkspaceSector { get; }

Property Value

IWorkspaceSector