EasyManuals Logo
Home>Texas Instruments>Calculator>TI-89

Texas Instruments TI-89 Developer's Guide

Texas Instruments TI-89
1398 pages
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Page #351 background imageLoading...
Page #351 background image
Appendix A: System Routines — Apps
309
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
OO_CondGetAttr
Declaration:
BOOL
OO_CondGetAttr
(pFrame
obj
, ULONG
selector
, void **
value
)
Category(ies):
Apps
Description:
Conditionally retrieves an attribute of an object frame.
The prototype chain of each frame in the parent hierarchy beginning with
obj
is searched until attribute
selector
is found or the top of the parent
hierarchy is reached.
Global variable
OO_SuperFrame
is updated with the parent of the frame
where the attribute was located or NULL if the attribute was not found.
Inputs:
obj
Object frame pointer.
selector
Attribute selector number.
value
Address of location to return attribute value.
Outputs:
Returns TRUE if attribute was found and contents stored in *
value
.
Returns FALSE if attribute was not found and *
value
is not updated.
Assumptions:
None
Side Effects:
None
Availability:
On AMS 2.00 and higher.
TI-89 / TI-92 Plus
Differences:
None
See Also: OO_GetAppAttr, OO_GetAttr, OO_HasAttr, OO_SetAppAttr,
OO_SetAttr
Example:
char *helpMsg;
.
.
.
if (OO_CondGetAttr(MyAppObj, helpMsgNum, (void *)&helpMsg))
{
/* Display help message */
.
.
.
}

Table of Contents

Other manuals for Texas Instruments TI-89

Questions and Answers:

Question and Answer IconNeed help?

Do you have a question about the Texas Instruments TI-89 and is the answer not in the manual?

Texas Instruments TI-89 Specifications

General IconGeneral
Display size (HxV)100 x 160 mm
Memory type639K FLASH ROM, 188K bytes RAM
Compatible operating systemsOperating System 2.09
Battery typeAAA

Related product manuals