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 Services Manager Routines for Client Applications


Making Text Services Available to the User

This section describes functions that let you provide ways for the user to choose, open, and close text service components that are not input methods.

Your client application is responsible for providing a way--usually a menu--for the user to choose from among all available text service components. To get a list of available text service components to display in a menu, call the GetServiceList function. Be sure to filter out input methods, because the Keyboard menu already displays them.

When the user chooses a text service component that is not an input method, call the OpenTextService function to add the text service component to the TSM document. The OpenTextService and CloseTextService functions let you inform the Text Services Manager that a user of your client application has chosen to open or close a text service component. The Text Services Manager then opens or closes the component and associates it with a TSM document or ends the association as appropriate.


Subtopics
GetServiceList
OpenTextService
CloseTextService

Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996