|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Category on NSWindow backporting the macOS 10.12 SDK's automatic window-tabbing class method for use when building against older SDKs. More...
#include <macos_compat.h>
Class Methods | |
| (void) | + setAllowsAutomaticWindowTabbing: |
| Controls whether AppKit may automatically organize windows of this application into native Sierra-style tabs. | |
Category on NSWindow backporting the macOS 10.12 SDK's automatic window-tabbing class method for use when building against older SDKs.
| + (void) setAllowsAutomaticWindowTabbing: | (BOOL) | allow |
Controls whether AppKit may automatically organize windows of this application into native Sierra-style tabs.
| allow | YES to permit automatic tabbing (system default); NO to suppress it globally for the application. |