Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ui
macosx
macos_compat.h
Go to the documentation of this file.
1
13
#ifndef MACOS_COMPAT_H
14
#define MACOS_COMPAT_H
15
16
#import <Cocoa/Cocoa.h>
17
18
#if !defined(MAC_OS_X_VERSION_10_9)
19
# define MAC_OS_X_VERSION_10_9 1090
20
#endif
21
22
#if !defined(MAC_OS_X_VERSION_10_10)
23
# define MAC_OS_X_VERSION_10_10 101000
24
#endif
25
26
#if !defined(MAC_OS_X_VERSION_10_12)
27
# define MAC_OS_X_VERSION_10_12 101200
28
#endif
29
30
#if (MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_12)
31
@interface
NSWindow (macOS10_12_SDK)
32
+ (void)setAllowsAutomaticWindowTabbing:(BOOL)allow;
33
@end
34
#endif
35
36
#endif
// MACOS_COMPAT_H
Generated by
1.9.8