Contents

NSTextInputClient

A set of methods that text views need to implement to interact properly with the text input management system.

Declaration

protocol NSTextInputClient

Mentioned in

Overview

To create another text view class, you can either subclass NSTextView, or subclass NSView and implement the NSTextInputClient protocol.

Topics

Handling marked text

Storing text

Getting character coordinates

Placing content

Binding keystrokes

Supporting adaptive images

See Also

Text input