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

  1. #define RGEDIT_OPH
  2.  
  3. #ifndef LODGER_OPH
  4. #include <sdk\lodger>
  5. #endif
  6.  
  7. #ifndef MFNE_OPH
  8. #include <sdk\mfne>
  9. #endif
  10.  
  11. /* Constants for rgedit */
  12.  
  13. #define SE_RGEDIT_LOW 0x01
  14. #define SE_RGEDIT_VALUE_1 0x02
  15. #define SE_RGEDIT_VALUE_2 0x04
  16. #define SE_RGEDIT_HIGH 0x08
  17. #define IX_RGEDIT_LOW    0
  18. #define IX_RGEDIT_VALUE_1    1
  19. #define IX_RGEDIT_VALUE_2    2
  20. #define IX_RGEDIT_HIGH    3
  21.  
  22. /* Types for rgedit */
  23.  
  24. STRUCT IN_RGEDIT
  25.     value%(4)
  26. ENDS
  27.  
  28. STRUCT SE_RGEDIT
  29.     value%(4)
  30.     flags%
  31. ENDS
  32.  
  33. /* Property of rgedit */
  34.  
  35. STRUCT PRS_RGEDIT
  36.     in#(SIZEOF(IN_RGEDIT))
  37. ENDS
  38.  
  39. STRUCT PR_RGEDIT
  40.     root#(SIZEOF(PRS_ROOT))
  41.     win#(SIZEOF(PRS_WIN))
  42.     lodger#(SIZEOF(PRS_LODGER))
  43.     mfne#(SIZEOF(PRS_MFNE))
  44.     rgedit#(SIZEOF(PRS_RGEDIT))
  45. ENDS
  46.