![]() |
TESelView |
||||
Header: | TextEdit.h | Carbon status: | Not Recommended | |
Ensures, once automatic scrolling has been enabled by a call to the TEAutoView function or through the TEFeatureFlag function, that the selection range is visible, scrolling it into the view rectangle if necessary.
void TESelView ( TEHandle hTE );
A handle to the edit structure containing the text selection range.
The top left part of the selection range is scrolled into view. If the text is displayed in a rectangle that is not high enough, automatic scrolling can cause text to appear to flicker. If automatic scrolling is disabled, TESelView has no effect. For more information, see TEFeatureFlag.
Not recommended in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)