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

  1.  
  2. static struct NewWindow NewWindowStructure1 = {
  3.     230,70,    /* window XY origin relative to TopLeft of screen */
  4.     339,125,    /* 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.     "FileHandle 2",    /* window title */
  11.     NULL,    /* custom screen pointer */
  12.     NULL,    /* custom bitmap */
  13.     20,20,    /* minimum width and height */
  14.     350,150,    /* maximum width and height */
  15.     WBENCHSCREEN    /* destination screen type */
  16. };
  17.  
  18.  
  19. /* end of PowerWindows source generation */
  20.