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

  1. #define BWIN_OPH
  2.  
  3. #ifndef WIN_OPH
  4. #include <sdk\win>
  5. #endif
  6.  
  7. /* Constants for bwin */
  8.  
  9. #define IN_BWIN_CORNER_4 PR_BWIN_CORNER_4
  10. #define IN_BWIN_SHADOW_1 PR_BWIN_SHADOW_1
  11. #define IN_BWIN_SHADOW_2 PR_BWIN_SHADOW_2
  12. #define IN_BWIN_CUSHION PR_BWIN_CUSHION
  13. #define IN_BWIN_OPEN PR_BWIN_OPEN
  14. #define BWIN_CUSHION_X 1
  15. #define BWIN_CUSHION_Y 1
  16. #define BWIN_SHADOW_1_HEIGHT 1
  17. #define BWIN_SHADOW_1_WIDTH 1
  18. #define BWIN_SHADOW_2_HEIGHT 2
  19. #define BWIN_SHADOW_2_WIDTH 2
  20.  
  21. /* Property of bwin */
  22.  
  23. STRUCT PR_BWIN
  24.     root#(SIZEOF(PRS_ROOT))
  25.     win#(SIZEOF(PRS_WIN))
  26. ENDS
  27.