home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 240.lha / PickPacket_v1.0 / Sources / lockgen.h < prev    next >
Text File  |  1989-05-04  |  606b  |  17 lines

  1.  
  2. static struct NewWindow NewWindowStructure1 = {
  3.     0,120,    /* window XY origin relative to TopLeft of screen */
  4.     360,73,    /* 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.     "FileLock",    /* window title */
  11.     NULL,    /* custom screen pointer */
  12.     NULL,    /* custom bitmap */
  13.     20,20,    /* minimum width and height */
  14.     400,100,    /* maximum width and height */
  15.     WBENCHSCREEN    /* destination screen type */
  16. };
  17.