Carbon


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
);
Parameter descriptions
value

An unsigned 32-bit value that specifies the difference in ticks that should exist between blinks of the caret

DISCUSSION

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.

AVAILABILITY

Not supported in Carbon. Not available in Carbon.

CARBON NOTES

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)