home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / psion / opp16f_zip / INCLUDE / SDK / EVALDLG.OPH < prev    next >
Encoding:
Text File  |  1995-12-21  |  561 b   |  34 lines

  1. #define EVALDLG_OPH
  2.  
  3. #ifndef DLGBOX_OPH
  4. #include <sdk\dlgbox>
  5. #endif
  6.  
  7. #ifndef P_SYS_OPH
  8. #include <p\sys>
  9. #endif
  10.  
  11. #ifndef H_EVAL_OPH
  12. #include <sdk\h_eval>
  13. #endif
  14.  
  15. /* Constants for evaldlg */
  16.  
  17. #define EVALDLG_CALCULATOR_EVALUATOR 0
  18. #define EVALDLG_GENERAL_EVALUATOR 1
  19.  
  20. /* Property of evaldlg */
  21.  
  22. STRUCT PRS_EVALDLG
  23.     isEval%
  24.     eMem#(SIZEOF(EXTENDED_MEM_VALUES))
  25. ENDS
  26.  
  27. STRUCT PR_EVALDLG
  28.     root#(SIZEOF(PRS_ROOT))
  29.     win#(SIZEOF(PRS_WIN))
  30.     dlgchain#(SIZEOF(PRS_DLGCHAIN))
  31.     dlgbox#(SIZEOF(PRS_DLGBOX))
  32.     evaldlg#(SIZEOF(PRS_EVALDLG))
  33. ENDS
  34.