Important: The information in this document is obsolete and should not be used for new development.
Responding to Events and Updating the Cursor and Menu
To pass events to text service components, the Text Services Manager calls theTextServiceEvent
function. To allow components to handle menu commands, it callsTextServiceMenuSelect
. To allow components to set the shape of the cursor, it callsSetTextServiceCursor
. To allow components to add their menus to the menu bar, it callsGetTextServiceMenu
.
Subtopics
- TextServiceEvent
- TextServiceMenuSelect
- SetTextServiceCursor
- GetTextServiceMenu