Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Text /
Chapter 7 - Text Services Manager / Text Services Manager Reference
Text Service Component Routines / Providing a Text Service


ActivateTextService

The ActivateTextService function notifies a text service component that its associated document window is becoming active. This allows the text service component to display any associated floating windows.

FUNCTION ActivateTextService (ts: ComponentInstance): 
                              ComponentResult;
ts
A component instance created by a prior call to the Component Manager OpenComponent function.
DESCRIPTION
The appropriate response to ActivateTextService is for the text service component to restore its active state, including displaying all floating windows if they have been hidden. If it is an input method, it should specify the redisplay of any unconfirmed text currently in the active input area.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996