Contents

NSWindow.TabbingMode.automatic

A window that automatically tabs together based on the user’s tabbing preference.

Declaration

case automatic

Discussion

A window with the NSWindow.TabbingMode.automatic tabbing mode consults the value of userTabbingPreference to decide if it should join a tab group with other windows.

See Also

Modes