home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 300-399 / ff304.lzh / Lines / hwin.h < prev    next >
C/C++ Source or Header  |  1990-01-10  |  661b  |  17 lines

  1.  
  2. struct NewWindow NewWindowStructure1 = {
  3.     0,0,    /* window XY origin relative to TopLeft of screen */
  4.     344,161,    /* window width and height */
  5.     0,1,    /* detail and block pens */
  6.     GADGETUP,    /* IDCMP flags */
  7.     WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE,    /* other window flags */
  8.     NULL,    /* first gadget in gadget list */
  9.     NULL,    /* custom CHECKMARK imagery */
  10.     (UBYTE *)"Clines Help Window",    /* window title */
  11.     NULL,    /* custom screen pointer */
  12.     NULL,    /* custom bitmap */
  13.     5,5,    /* minimum width and height */
  14.     640,200,    /* maximum width and height */
  15.     WBENCHSCREEN    /* destination screen type */
  16. };
  17.