home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Resources / System / BoingBag1 / Contributions / Workbench / RexxArpLib3p6 / src / sreq / simpdefs.h < prev    next >
Text File  |  1998-06-17  |  737b  |  34 lines

  1. /** simpdefs.h
  2.  *
  3.  *   These are internal definitions for the SimpleRequest functions.
  4.  *   Contrary to the stuff in "simpreq.h", these are not for public
  5.  *   use.
  6.  *
  7.  *   WGL
  8.  *
  9. **/
  10. #define MINWINHEIGHT  20
  11. #define LINEHEIGHT     9
  12. #define BOOLHEIGHT    14
  13. #define STRHEIGHT     11
  14. #define VSKIP         10
  15. #define SMALLVSKIP     5
  16. #define MINWINWIDTH  200
  17. #define VBORDER       20
  18. #define STRADD         7
  19. #define BOOLADD        5
  20. #define BOOLMINSPACE  20
  21. #define CHARWIDTH      8
  22. #define FIRSTLINEY    25
  23.  
  24. #define BUFLEN       256L
  25.  
  26. #define DEFWINBPEN     3
  27. #define DEFWINDPEN     2
  28. #define DEFBACKPEN     1
  29. #define DEFPROMPEN     2
  30. #define DEFBOXPEN      2
  31. #define DEFSHADPEN     3
  32. #define DEFOKAYPEN     2
  33. #define DEFCANCPEN     3
  34.