Contents

windows

A collection of the windows that are currently grouped together by this window tab group.

Declaration

var windows: [NSWindow] { get }

Discussion

The order of this array corresponds to the visual order of the tabs in this tab group, arranged from the leading edge of the tab bar to the trailing edge. You can monitor this property for changes using key-value observing.

See Also

Managing Tabbed Windows