![]() |
TXNClick |
||||
Header: | MacTextEditor.h | Carbon status: | Supported | |
Processes a mouse-down event in a windows content area.
void TXNClick ( TXNObject iTXNObject, const EventRecord *iEvent );
A variable of type TXNObject. Pass the text object in which the mouse-down event occurred.
A pointer to the event record that contains the mouse-down event to process.
When you pass the event to TXNClick, it responds to the users action by scrolling, selecting text, playing a sound or movie, handling a dragand-drop operation, or responding to a double-click, as appropriate. Before you call TXNClick, you should make sure that the front window belongs to your application.
Supported in Carbon. Available in Carbon 1.0.2 and later when running Mac OS 8.1 or later.
© 2000 Apple Computer, Inc. (Last Updated 7/17/2000)