Contents

willMiniaturizeNotification

A notification that the window object is about to minimize.

Declaration

class let willMiniaturizeNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that’s about to minimize. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications