The preferred tabbing behavior of a window.
SDK
- macOS 10.12+
Framework
- App
Kit
Declaration
enum TabbingMode : Int
The preferred tabbing behavior of a window.
SDK
Framework
enum TabbingMode : Int
case automatic
A window that automatically tabs together based on the user’s tabbing preference.
case disallowed
A window that explicitly does not prefer to tab together with other windows.
case preferred
A window that explicitly prefers to tab together with other windows with the same tabbing identifier.