Contents

windowControllers

The document’s current window controllers.

Declaration

var windowControllers: [NSWindowController] { get }

Discussion

The value of this property is an array of NSWindowController objects belonging to the current document. If there are no window controllers, the value is an empty array object.

See Also

Creating and Managing Window Controllers