WindowLifecycleSubscribable

A LifecycleSubscribable bound to a macOS NSWindow. Implementations grab the window off manager to find native AppKit views in its content view (e.g. an AVPlayerView host for the native-AppKit media path) or to anchor window-modal sheets.

Inheritors

Types

Link copied to clipboard
data class LifecycleManager(val window: NSWindow)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Subscribe with a raw NSWindow.

Link copied to clipboard
abstract fun unsubscribe()