Contents

didBecomeMainNotification

A notification that the window object became the main window.

Declaration

class let didBecomeMainNotification: NSNotification.Name

Discussion

The notification object is the NSWindow object that has become the main window. This notification doesn’t contain a userInfo dictionary.

See Also

Notifications