didExitFullScreenNotification
A notification that the window object exited full-screen mode.
Declaration
class let didExitFullScreenNotification: NSNotification.NameDiscussion
The system posts this notification when a window moves in front of other windows or when other windows move from in front of it, exposing part of its content.
The notification object is the NSWindow object that exposes its content. In the notification’s userInfo dictionary, the key NSExposedRect specifies an NSValue object that contains the rectangle the window exposed.
See Also
Notifications
didBecomeKeyNotificationdidBecomeMainNotificationdidChangeScreenNotificationdidChangeScreenProfileNotificationdidDeminiaturizeNotificationdidEndSheetNotificationdidEndLiveResizeNotificationdidExposeNotificationdidMiniaturizeNotificationdidMoveNotificationdidResignKeyNotificationdidResignMainNotificationdidResizeNotificationdidUpdateNotificationwillBeginSheetNotification