Contents

didDeminiaturizeNotification

A notification that the window is no longer minimized.

Declaration

class let didDeminiaturizeNotification: NSNotification.Name

Discussion

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

See Also

Notifications