Carbon


TXNIdle

Header: MacTextEditor.h Carbon status: Supported

Does idle time processing, such as flashing the cursor.

void TXNIdle (
    TXNObject iTXNObject
);
Parameter descriptions
iTXNObject

A variable of type TXNObject. Pass the text object that identifies the current document.

DISCUSSION

If a Text Services Manager (TSM) document is active, TXNIdle passes a NULL event to TSM to allow for the text service to process. Before you call the TXNIdle function, you should make sure that the front window belongs to your application.

VERSION NOTES

You do not need to call this function in Carbon.

AVAILABILITY

Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.


© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)