Name

NSIgnoreMisspelledWords — Mac OS X 10.0

Synopsis

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

Get Cocoa in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.