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

  1. #define DONEWN_OPH
  2.  
  3. #ifndef GAUGE_OPH
  4. #include <sdk\gauge>
  5. #endif
  6.  
  7. /* Constants for donewn */
  8.  
  9. #define SE_DONEWN_RANGE 0x01
  10. #define SE_DONEWN_VALUE 0x02
  11. #define SE_DONEWN_INCREMENT 0x04
  12. #define SE_DONEWN_INC_VAL 0x08
  13.  
  14. /* Types for donewn */
  15.  
  16. STRUCT SE_DONEWN
  17.     flags%
  18.     val&
  19.     range&
  20. ENDS
  21.  
  22. /* Property of donewn */
  23.  
  24. STRUCT PRS_DONEWN
  25.     val&
  26.     range&
  27. ENDS
  28.  
  29. STRUCT PR_DONEWN
  30.     root#(SIZEOF(PRS_ROOT))
  31.     win#(SIZEOF(PRS_WIN))
  32.     lodger#(SIZEOF(PRS_LODGER))
  33.     gauge#(SIZEOF(PRS_GAUGE))
  34.     donewn#(SIZEOF(PRS_DONEWN))
  35. ENDS
  36.