FixTSMDocument | Informs the Text Services Manager that input in the active input area of a specified TSM document has been interrupted, and that the text service component must confirm the text and terminate user input. |
TSMEvent | Passes all events obtained from the WaitNextEvent function, including null events, to the Text Services Manager. |
UseInputWindow | Associates a floating input window with a particular TSM document or with all TSM documents of an application. |
GetDefaultInputMethod | Returns the default (input method) text service component for a given script and language. |
GetTextServiceLanguage | Returns the language supported by the default (current) input method text service component for the current keyboard script. |
SetDefaultInputMethod | Assigns a default (input method) text service component to a given script and language. |
SetTextServiceLanguage | Changes the current input script and language. |
ActivateTSMDocument | Instructs the Text Services Manager to mark the TSM document associated with a newly active window as active. |
DeactivateTSMDocument | Instructs the Text Services Manager to mark the TSM document as inactive. |
DeleteTSMDocument | Closes all opened text service components for the TSM document. |
NewTSMDocument | Creates a TSM document and returns a handle to the documents ID. |
CloseTextService | Deactivates the active TSM documents association with the specified text service and closes the service component. |
GetServiceList | Obtains a complete list of text service components of a given kind available to the user of your client application. |
OpenTextService | Instructs the Text Services Manager to open a text service component that a user has chosen and to associate it with a TSM document. |
SetTSMCursor | Provides an opportunity for the text service component to set the shape of the cursor. If the text service component does not respond, your application may set the cursor. |
TSMMenuSelect | Gives the specified text service component a chance to reply to a menu selection. |
SendAEFromTSMComponent | Sends Apple events from a text service component to a client application. |
CloseServiceWindow | Closes a previously allocated floating input window. |
FindServiceWindow | Determines which part of a text service components floating window a mouse-down event has occurred in. |
GetFrontServiceWindow | Determines which is the frontmost window in the floating window service layer. |
NewServiceWindow | Opens a floating utility window in the floating window service layer, in front of the current application. The text service component may use the window for interaction with the user or other purposes. |
CloseTSMAwareApplication | Informs the Text Services Manager that you have closed your application. |
InitTSMAwareApplication | Informs the Text Services Manager that your application is TSM-aware. |
FixTextService | Explicitly terminates any input that is in progress in a specified text service component. |
GetScriptLanguageSupport | Determines which languages and scripts a specified text service component supports, including its primary language and script. |
ActivateTextService | 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. |
DeactivateTextService | Lets a text service component know that its associated document window is becoming inactive. This allows time for the text service component to prepare for deactivation. |
HidePaletteWindows | Instructs an input method to hide its floating windows because another input method is becoming active. |
InitiateTextService | Instructs a specified text service component to do whatever it needs to set up its operations and commence its performance. |
TerminateTextService | Terminates the operations of a text service in preparation for closing the text service component. |
GetTextServiceMenu | Returns a handle to a menu belonging to a text service component. |
SetTextServiceCursor | Lets the text service component control the shape of the cursor. |
TextServiceEvent | Routes an event to a specified text service component. |
TextServiceMenuSelect | Lets a text service component handle commands from its menus. |
GetTextServiceProperty | |
NewCServiceWindow | |
SetTextServiceProperty | |
TextServiceEventRef | |
UCTextServiceEvent | |
UCTextServiceEventRef |
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)