Carbon


FixTextService

Header: TextServices.h Carbon status: Supported

Explicitly terminates any input that is in progress in a specified text service component.

ComponentResult FixTextService (
    ComponentInstance ts
);
Parameter descriptions
ts

A component instance created by a prior call to the Component Manager OpenComponent function.

DISCUSSION

If you are writing a text service component, it must implement a function for this call.

This function is equivalent to the user explicitly confirming text, but the request comes instead from the application or from the Text Services Manager. The text service component must stop accepting further input and confirm the current input, as appropriate.

Client applications also may make this call, but the Text Services Manager does not play a role in the connection between the client application making the call and the text service component receiving it. If you are an application making this call, you need to know the component instance of the component whose function you are calling.

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 6/30/2000)