home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Resources
/
System
/
BoingBag1
/
Contributions
/
Workbench
/
RexxArpLib3p6
/
src
/
sreq
/
simpdefs.h
< prev
next >
Wrap
Text File
|
1998-06-17
|
737b
|
34 lines
/** simpdefs.h
*
* These are internal definitions for the SimpleRequest functions.
* Contrary to the stuff in "simpreq.h", these are not for public
* use.
*
* WGL
*
**/
#define MINWINHEIGHT 20
#define LINEHEIGHT 9
#define BOOLHEIGHT 14
#define STRHEIGHT 11
#define VSKIP 10
#define SMALLVSKIP 5
#define MINWINWIDTH 200
#define VBORDER 20
#define STRADD 7
#define BOOLADD 5
#define BOOLMINSPACE 20
#define CHARWIDTH 8
#define FIRSTLINEY 25
#define BUFLEN 256L
#define DEFWINBPEN 3
#define DEFWINDPEN 2
#define DEFBACKPEN 1
#define DEFPROMPEN 2
#define DEFBOXPEN 2
#define DEFSHADPEN 3
#define DEFOKAYPEN 2
#define DEFCANCPEN 3