Contents

addWindow(_:)

Adds a window to the tab group.

Declaration

func addWindow(_ window: NSWindow)

Parameters

  • window:

    The window to append to the tab group.

Discussion

This method appends the window to the end of the tab group. If the window is already a member of another tab group, it is first removed from that group.

See Also

Managing Tabbed Windows