Contents

addTabbedWindow(_:ordered:)

Adds the provided window as a new tab in a tabbed window using the specified ordering instruction.

Declaration

func addTabbedWindow(_ window: NSWindow, ordered: NSWindow.OrderingMode)

Parameters

  • window:

    The window to add as a tabbed window.

  • ordered:

    A value that indicates the order of the added window relative to other windows.

See Also

Managing Window Tabs