window
The view’s window object, if it is installed in a window.
Declaration
unowned(unsafe) var window: NSWindow? { get }Discussion
The value of this property is nil if the view is not currently installed in a window.
The view’s window object, if it is installed in a window.
unowned(unsafe) var window: NSWindow? { get }The value of this property is nil if the view is not currently installed in a window.