Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Class Methods | List of all members
NSWindow(macOS10_12_SDK) Category Reference

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.
 

Detailed Description

Category on NSWindow backporting the macOS 10.12 SDK's automatic window-tabbing class method for use when building against older SDKs.

Method Documentation

◆ setAllowsAutomaticWindowTabbing:

+ (void) setAllowsAutomaticWindowTabbing: (BOOL)  allow

Controls whether AppKit may automatically organize windows of this application into native Sierra-style tabs.

Parameters
allowYES to permit automatic tabbing (system default); NO to suppress it globally for the application.

The documentation for this category was generated from the following file: