home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 4
/
Apprentice-Release4.iso
/
Demos
/
AppMaker 2.0b3
/
Demo AppMaker 2.0b3
/
Examples
/
pre-built AMReminder
/
Procedural
/
Add.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1995-10-05
|
377 b
|
18 lines
|
[
TEXT/MMCC
]
/* Add.h -- Modal dialog */
/* Created 01/01/95 12:01 PM by AppMaker */
typedef struct {
Handle LogoData;
Str255 DateText;
Str255 TimeText;
short AmPmChoice;
Str255 MessageText;
Boolean DisplayIconChecked;
Boolean DisplayAlertChecked;
Boolean PlaySoundChecked;
short SoundChoice;
} AddRec, *AddRecPtr;
/*----------*/
Boolean GetAdd (AddRec *Add);