Dialogadd - Texas Instruments TI-89 Developer's Manual

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

Advertisement

Appendix A: System Routines — Dialog

DialogAdd

Declaration:
HANDLE DialogAdd (HANDLE dH , WORD Flags , WORD x , WORD y ,
WORD Type , . . . )
Category(ies):
Dialog
Description:
Add an item to a dynamic dialog box. See section 11.4. Dialog Boxes for a
description of the Flags , Type , and additional parameter fields.
Inputs:
dH
Flags — Flags for new item.
x, y
Type — One of the following items which determines the parameters
dH if successful or H_NULL if not enough memory.
Outputs:
TI-89 / TI-92 Plus Developer Guide
— HANDLE created by DialogNew.
— Coordinates relative to dialog box of new item.
following Type .
D_DYNPOPUP
char * TextPtr , HANDLE (* GetPopUp ) (WORD),
WORD oIndex
D_EDIT_FIELD
char * TextPtr , WORD bOffset , WORD Flen , WORD Dlen
D_HEADER
char * TextPtr , WORD lButton , WORD rButton
D_HEDIT
char * TextPtr , WORD Dlen
D_HPOPUP
char * TextPtr , HANDLE hPopUp , WORD oIndex
D_MENU
MENU * menuPtr , WORD MaxMenuWidth
D_POPUP
char * TextPtr , MENU * PopUp , WORD oIndex
D_SCROLL_REGION
WORD x1 , WORD y1 , WORD Index0 , WORD Index1 ,
WORD NumDspFields , WORD TotNumFields ,
WORD FieldHeight
D_TEXT
char * TextPtr
D_XFLAGS
WORD xFlags1 , xFlags2 , xFlags3 , xFlags4
(continued)
Not for Distribution
347
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