LavaUI docs

enum WindowControlKind

Swift

enum WindowControlKind

Which control. Three, because these are the three a window manager offers, and an app inventing a fourth would be inventing a window state nothing else in the desktop understands.

Sources/LavaUI/WindowControls.swift:23

Cases

case close

Not documented.

Sources/LavaUI/WindowControls.swift:24

case minimize

Not documented.

Sources/LavaUI/WindowControls.swift:25

case maximize

Not documented.

Sources/LavaUI/WindowControls.swift:26