354
Appendix A: System Routines — Dialog
TI
-
89 / TI
-
92 Plus Developer Guide
Not for Distribution
Beta Version January 26, 2001
DrawStaticButton
Declaration:
void
DrawStaticButton
(WINDOW *
dWin
, WORD
Type
, SWORD
x
)
Category(ies):
Dialog
Description:
This is a utility routine to draw dialog box style buttons at the bottom of a
window.
Inputs:
dWin
— Pointer to an open WINDOW.
Type
— PDB_OK, PDB_SAVE, PDB_YES, PDB_CANCEL, PDB_NO,
PDB_GOTO.
x
— X window coordinate (buttons are always drawn at the bottom of
the window).
Outputs:
None
Assumptions:
None
Side Effects:
None
Availability:
All versions of the TI
-
89 / TI
-
92 Plus.
TI
-
89 / TI
-
92 Plus
Differences:
None
See Also:
None
(continued)