Texas Instruments TI-89 Developer's Manual page 124

Graphing calculator
Hide thumbs Also See for TI-89:
Table of Contents

Advertisement

82
0x720
0x721
0x722
0x723
0x724
0x725
0x726
0x727
0x730
0x740
0x750
TI-89 / TI-92 Plus Developer Guide
CM_CUT
Cut selected text to the clipboard. This and the following text
editing commands are generated by menu choices or translated
from CM_KEY_PRESS commands by the default event handler.
Text edit commands are usually handled by the default text edit
handler. See TE_handleEvent.
CM_COPY
Copy selected text to the clipboard.
CM_PASTE
Paste text in clipboard to edit buffer at cursor position. Any
selected text is replaced.
CM_PASTE_STRING
Paste text from a string. The event message includes a pointer to
the string to paste.
CM_PASTE_HANDLE
Paste text from a handle. The event message includes a handle to
the string to paste. The handle is released back to the heap by the
default text edit handler after the paste is complete.
CM_DELETE
Delete selected text. If no text is selected, delete one character to
the left of the cursor.
CM_CLEAR
Clear selected text. If no text is selected, clear from cursor to end
of edit buffer. If cursor is at end of edit buffer, clear all text from
edit buffer.
CM_CLEAR_ALL
Clear everything. The application decides what it means to clear
everything.
CM_TOGGLE_INSERT
Switch between text insert mode and overstrike mode. This
command is implemented in the default text edit handler.
CM_CURSOR_FLASH
Show or hide the text cursor. This command is generated every
half second by the timer.
CM_STO
Store key § was pressed. The default event handler translates
this command into the Æ character.
Not for Distribution
Chapter 9: Application Control Flow
Beta Version January 26, 2001

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Ti-92 plusTi-92 plus

Table of Contents