home *** CD-ROM | disk | FTP | other *** search
/ OpenStep 4.2J (Developer) / os42jdev.iso / NextDeveloper / Examples / AppKit / Draw / DrawSpellText.h < prev    next >
Text File  |  1995-08-07  |  238b  |  11 lines

  1. // DrawSpellText overrides two key spelling methods to give the GraphicView top-level control of the spelling process.
  2.  
  3. @interface DrawSpellText : NSTextView
  4. {
  5. }
  6.  
  7. - (void)checkSpelling:(id)sender;
  8. - (void)ignoreSpelling:(id)sender;
  9.  
  10. @end
  11.