Up

NSTextAlternatives class documentation

Authors

Generated by Gregory John Casamento,,,

Date: Generated at 2024-11-13 12:52:37 -0500

Software documentation for the NSTextAlternatives class

NSTextAlternatives : NSObject

class_NSTextAlternatives NSObject NSObject NSTextAlternatives NSTextAlternatives NSObject->NSTextAlternatives
Declared in:
AppKit/NSTextAlternatives.h
Availability: MacOS-X 10.8.0

Description forthcoming.

Instance Variables

Method summary


alternativeStrings 

- (NSArray*) alternativeStrings;
Availability: MacOS-X 10.8.0

Description forthcoming.

initWithPrimaryString: alternativeStrings: 

- (id) initWithPrimaryString: (NSString*)primaryString alternativeStrings: (NSArray*)alternativeStrings;
Availability: MacOS-X 10.8.0

Description forthcoming.

noteSelectedAlternativeString: 

- (void) noteSelectedAlternativeString: (NSString*)alternativeString;
Availability: MacOS-X 10.8.0

Description forthcoming.

primaryString 

- (NSString*) primaryString;
Availability: MacOS-X 10.8.0

Description forthcoming.



Instance Variables for NSTextAlternatives Class

_alternativeStrings

@protected NSArray* _alternativeStrings;
Availability: MacOS-X 10.8.0

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.

_primaryString

@protected NSString* _primaryString;
Availability: MacOS-X 10.8.0

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