![]() |
LMSetCaretTime |
||||
Header: | LowMem.h | Carbon status: | Unsupported | |
Sets the suggested difference in ticks that should exist between blinks of the caret in editable text.
void LMSetCaretTime ( UInt32 value );
An unsigned 32-bit value that specifies the difference in ticks that should exist between blinks of the caret
If your application supports editable text, your application should use the value returned by LMSetCaretTime to determine how often to blink the caret.
The value set by LMSetCaretTime is also accessible in the system global variable CaretTime.
Not supported in Carbon. Not available in Carbon.
Setting the insertion-point blinking time is not supported in Carbon. You can, however, still get this value by calling GetCaretTime.
© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)