home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / monitory / pickpacket / src / infogen.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-06-25  |  609 b   |  17 lines

  1.  
  2. static struct NewWindow NewWindowStructure1 = {
  3.     205,0,    /* window XY origin relative to TopLeft of screen */
  4.     426,110,    /* window width and height */
  5.     0,1,    /* detail and block pens */
  6.     NULL,    /* IDCMP flags */
  7.     WINDOWSIZING+WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+ACTIVATE+NOCAREREFRESH,    /* other window flags */
  8.     NULL,    /* first gadget in gadget list */
  9.     NULL,    /* custom CHECKMARK imagery */
  10.     "InfoData 1",    /* window title */
  11.     NULL,    /* custom screen pointer */
  12.     NULL,    /* custom bitmap */
  13.     30,30,    /* minimum width and height */
  14.     459,120,    /* maximum width and height */
  15.     WBENCHSCREEN    /* destination screen type */
  16. };
  17.