mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 21:27:40 +00:00
Gate NSProgressIndicatorStyleBar and NSProgressIndicatorStyleSpinning availability on macOS >= 10.13
This commit is contained in:
parent
c24577c81e
commit
3b506e72e5
1 changed files with 2 additions and 0 deletions
|
@ -52,8 +52,10 @@ typedef enum _NSProgressIndicatorStyle
|
|||
{
|
||||
NSProgressIndicatorBarStyle = 0,
|
||||
NSProgressIndicatorSpinningStyle = 1,
|
||||
#if OS_API_VERSION(MAC_OS_X_VERSION_10_13, GS_API_LATEST)
|
||||
NSProgressIndicatorStyleBar = 0,
|
||||
NSProgressIndicatorStyleSpinning = 1
|
||||
#endif
|
||||
} NSProgressIndicatorStyle;
|
||||
|
||||
APPKIT_EXPORT_CLASS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue