Contents

didMiniaturizeNotification

A notification that the window object minimized.

Declaration

class let didMiniaturizeNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that minimized. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications