< Previous PageNext Page > Hide TOC

Unsupported Functions

This section lists functions that are unsupported and you should no longer use. Table B-1 provides information on what you should do in place of using these functions.

Table B-1  Porting notes for unsupported functions

Unsupported functions

Porting notes

InitTSMAwareApplication

Applications are automatically considered TSM-aware and therefore have no need to call this function.

CloseTSMAwareApplication

Not needed due to the Mac OS X event model.

TSMEvent

Not needed due to the Mac OS X event model.

TSMMenuSelect

Not needed due to the Mac OS X event model.

SetTSMCursor

Instead use the function TSMSetInlineInputRegion.

NewServiceWindow

Instead use the Window Manager function CreateNewWindow (of class kUtilityWindowClass).

CloseServiceWindow

Instead use Window Manager functions for working with utility windows.

GetFrontServiceWindow

Instead use Window Manager functions for working with utility windows.

FindServiceWindow

Instead use Window Manager functions for working with utility windows.

TextServiceEvent

Instead use the function TextServiceEventRef.

UCTextServiceEvent

Instead use the function TextServiceEventRef.

TextServiceMenuSelect

Not needed.

SetTextServiceCursor

Not needed.

NewCServiceWindow

Instead use Window Manager functions for working with utility windows.



< Previous PageNext Page > Hide TOC


© 2002, 2005 Apple Computer, Inc. All Rights Reserved. (Last updated: 2005-11-09)


Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.