mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
NSSpellChecker: define new constants
Define new constants on NSSpellChecker. They are not yet handled by the implementation.
This commit is contained in:
parent
f1abcb313a
commit
f9daf52083
1 changed files with 8 additions and 0 deletions
|
@ -44,6 +44,14 @@
|
|||
@class NSDictionary;
|
||||
@class NSMutableDictionary;
|
||||
|
||||
typedef NSInteger NSCorrectionIndicatorType;
|
||||
enum
|
||||
{
|
||||
NSCorrectionIndicatorTypeDefault = 0,
|
||||
NSCorrectionIndicatorTypeReversion,
|
||||
NSCorrectionIndicatorTypeGuesses
|
||||
};
|
||||
|
||||
@interface NSSpellChecker : NSObject
|
||||
{
|
||||
@private
|
||||
|
|
Loading…
Reference in a new issue