Online Documentation - Statistics - FAQ - Plugin Parts (All, Dependencies) - Class hierarchy
New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1
The list of the topics, classes, interfaces, controls, modules, global methods by category, global methods by name, screenshots, licenses and examples.
Platforms to show: All Mac Windows Linux Cross-Platform
Back to NSWindowMBS class.
NSWindowMBS.allowsAutomaticWindowTabbing as Boolean
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Cocoa | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
By default, this will be set to true, but applications can explicitly opt out of all automatic tabbing by setting it to false, and can still adoped explicit window tabbing, if desired.
Raises an exception when used on OS X 10.11 and older.
(Read and Write property)
NSWindowMBS.userTabbingPreference as Integer
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared property | Cocoa | MBS MacBase Plugin | 16.5 | ✅ Yes | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
This value should be queried anytime a new window is made to see if the user wants to automatically show it in tabs.
Can be NSWindowUserTabbingPreferenceManual, NSWindowUserTabbingPreferenceAlways or NSWindowUserTabbingPreferenceInFullScreen.
Raises an exception when used on OS X 10.11 and older.
(Read only property)
The items on this page are in the following plugins: MBS MacBase Plugin.