We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e97a0 commit 49bb893Copy full SHA for 49bb893
Headers/AppKit/NSProgressIndicator.h
@@ -51,7 +51,9 @@ typedef enum _NSProgressIndicatorThickness
51
typedef enum _NSProgressIndicatorStyle
52
{
53
NSProgressIndicatorBarStyle = 0,
54
- NSProgressIndicatorSpinningStyle = 1
+ NSProgressIndicatorSpinningStyle = 1,
55
+ NSProgressIndicatorStyleBar = 0,
56
+ NSProgressIndicatorStyleSpinning = 1
57
} NSProgressIndicatorStyle;
58
59
APPKIT_EXPORT_CLASS
0 commit comments