mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 16:00:37 +00:00
Add new names of NSProgressIndicatorStyle
This commit is contained in:
parent
31e97a0d28
commit
49bb893d2b
1 changed files with 3 additions and 1 deletions
|
@ -51,7 +51,9 @@ typedef enum _NSProgressIndicatorThickness
|
||||||
typedef enum _NSProgressIndicatorStyle
|
typedef enum _NSProgressIndicatorStyle
|
||||||
{
|
{
|
||||||
NSProgressIndicatorBarStyle = 0,
|
NSProgressIndicatorBarStyle = 0,
|
||||||
NSProgressIndicatorSpinningStyle = 1
|
NSProgressIndicatorSpinningStyle = 1,
|
||||||
|
NSProgressIndicatorStyleBar = 0,
|
||||||
|
NSProgressIndicatorStyleSpinning = 1
|
||||||
} NSProgressIndicatorStyle;
|
} NSProgressIndicatorStyle;
|
||||||
|
|
||||||
APPKIT_EXPORT_CLASS
|
APPKIT_EXPORT_CLASS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue