Up
Authors
- Generated by Debian
-
- Declared in:
- AppKit/NSTextCheckingController.h
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables
Method summary
- (void)
changeSpelling: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
checkSpelling: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
checkTextInDocument: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
checkTextInSelection: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
considerTextCheckingForRange: (
NSRange)range;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
didChangeSelectedRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
didChangeTextInRange: (
NSRange)range;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
ignoreSpelling: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (instancetype)
initWithClient: (id<
NSTextCheckingClient>)client;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
insertedTextInRange: (
NSRange)range;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
invalidate;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSMenu*)
menuAtIndex: (
NSUInteger)location
clickedOnSelection: (BOOL)clickedOnSelection
effectiveRange: (
NSRangePointer)effectiveRange;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
orderFrontSubstitutionsPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
setSpellCheckerDocumentTag: (
NSInteger)tag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
showGuessPanel: (id)sender;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSInteger)
spellCheckerDocumentTag;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (void)
updateCandidates;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
- (
NSArray*)
validAnnotations;
Availability: Not in OpenStep/MacOS-X
Description forthcoming.
Instance Variables for NSTextCheckingController Class
@protected id _client;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
@protected NSInteger _spellCheckerDocumentTag;
Availability: Not in OpenStep/MacOS-X
Warning the underscore at the start of the
name of this instance variable indicates that, even
though it is not technically private, it is
intended for internal use within the package, and
you should not use the variable in other code.
Up