Texas Instruments TI-89 Developer's Manual page 361

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

Advertisement

Appendix A: System Routines — Apps
OO_InstallAppHookByName
See Also:
OO_InstallAppHook, OO_UninstallAppHook,
OO_UninstallAppHookByName
Example:
/* This single-attribute hook frame overrides the name of an app.
The app will appear as "New App" in the [APPS] menu
*/
FRAME(NewAppName, OO_SYSTEM_FRAME, NULL, OO_APP_NAME, 1)
ATTR(OO_APP_NAME, "New App")
ENDFRAME
pFrame hook;
.
.
.
/* Hook new name into app */
OO_InstallAppHookByName((UCHAR const *)"MYAPP", (pFrame)&NewAppName, &hook);
TI-89 / TI-92 Plus Developer Guide
(continued)
Not for Distribution
319
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