home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d5xx / d523 / screenjaeger.lha / ScreenJaeger / Source / message.h < prev    next >
C/C++ Source or Header  |  1991-08-05  |  530b  |  56 lines

  1.  
  2. SHORT MBorderVectors1[] = {
  3.     0,0,
  4.     47,0,
  5.     47,10,
  6.     0,10,
  7.     0,0
  8. };
  9. struct Border MBorder1 = {
  10.     -1,-1,
  11.     1,0,JAM1,
  12.     5,
  13.     MBorderVectors1,
  14.     NULL
  15. };
  16.  
  17. struct IntuiText MIText1 = {
  18.     3,0,JAM2,
  19.     15,1,
  20.     NULL,
  21.     (UBYTE *)"OK",
  22.     NULL
  23. };
  24.  
  25. struct Gadget MGadget1 = {
  26.     NULL,
  27.     115,32,
  28.     46,9,
  29.     NULL,
  30.     RELVERIFY,
  31.     BOOLGADGET,
  32.     (APTR)&MBorder1,
  33.     NULL,
  34.     &MIText1,
  35.     NULL,
  36.     NULL,
  37.     NULL,
  38.     NULL
  39. };
  40.  
  41. struct NewWindow MesWin = {
  42.     171,5,
  43.     277,45,
  44.     0,1,
  45.     GADGETUP,
  46.     ACTIVATE+NOCAREREFRESH,
  47.     &MGadget1,
  48.     NULL,
  49.     NULL,
  50.     NULL,
  51.     NULL,
  52.     5,5,
  53.     -1,-1,
  54.     CUSTOMSCREEN
  55. };
  56.