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:
C/C++ Source or Header  |  1995-10-05  |  377 b   |  18 lines  |  [TEXT/MMCC]

  1. /* Add.h -- Modal dialog */
  2. /* Created 01/01/95 12:01 PM by AppMaker */
  3.  
  4. typedef struct {
  5.     Handle            LogoData;
  6.     Str255            DateText;
  7.     Str255            TimeText;
  8.     short            AmPmChoice;
  9.     Str255            MessageText;
  10.     Boolean            DisplayIconChecked;
  11.     Boolean            DisplayAlertChecked;
  12.     Boolean            PlaySoundChecked;
  13.     short            SoundChoice;
  14. } AddRec, *AddRecPtr;
  15.  
  16. /*----------*/
  17. Boolean GetAdd    (AddRec        *Add);
  18.