![]() |
TXNMatchTextRecord |
Header: MacTextEditor.h |
Contains information about the text to be matched in a find operation.
struct TXNMatchTextRecord { const void *iTextPtr; SInt32 iTextToMatchLength; TextEncoding iTextEncoding; };
A pointer to the text to be matched.
The minimum number of characters that must match for the find operation to be successful.
The encoding used by the text to be matched.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)