May 2003
Intermediate to advanced
566 pages
27h 29m
English
NSIgnoreMisspelledWords — Mac OS X 10.0
This protocol declares the single action method
ignoreSpelling:, which should be implemented by
classes that need to work with Cocoa’s
Spelling
panel. NSSpellChecker sends this message up the
responder chain. Classes implement this method so that the
Ignore button in the Spelling panel functions
properly for the particular application or document implementation.
@protocol NSIgnoreMisspelledWords
|
// Instance Methods
|
- (void)ignoreSpelling:(id)sender; |
@end |
Read now
Unlock full access