home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OpenStep (Enterprise)
/
OpenStepENTCD.toast
/
OEDEV
/
DEV.Z
/
DrawSpellText.h
< prev
next >
Wrap
Text File
|
1995-08-07
|
238b
|
11 lines
// DrawSpellText overrides two key spelling methods to give the GraphicView top-level control of the spelling process.
@interface DrawSpellText : NSTextView
{
}
- (void)checkSpelling:(id)sender;
- (void)ignoreSpelling:(id)sender;
@end