Carbon


CallWordBreakProc

Header: TextEdit.h Carbon status: Unsupported

Boolean CallWordBreakProc (
    WordBreakUPP userRoutine, 
    Ptr text, 
    SInt16 charPos
);
CARBON NOTES

If you need to specify a custom word-breaking function, you should do so using the new TEGet/SetFindWordHook accessor functions


© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)