Up

NSSpellProtocol documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2023-12-22 15:07:50 -0500


Contents -

  1. Software documentation for the NSChangeSpelling protocol
  2. Software documentation for the NSIgnoreMisspelledWords protocol

Software documentation for the NSChangeSpelling protocol

NSChangeSpelling

Declared in:
AppKit/NSSpellProtocol.h
Availability: OpenStep

Description forthcoming.
Method summary

changeSpelling: 

- (void) changeSpelling: (id)sender;
Availability: OpenStep

Description forthcoming.

Software documentation for the NSIgnoreMisspelledWords protocol

NSIgnoreMisspelledWords

Declared in:
AppKit/NSSpellProtocol.h
Availability: OpenStep

Description forthcoming.
Method summary

ignoreSpelling: 

- (void) ignoreSpelling: (id)sender;
Availability: OpenStep

Description forthcoming.


Up