
struct NewWindow NewWindowStructure1 = {
    0,0,    /* window XY origin relative to TopLeft of screen */
    344,161,    /* window width and height */
    0,1,    /* detail and block pens */
    GADGETUP,    /* IDCMP flags */
    WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE,    /* other window flags */
    NULL,    /* first gadget in gadget list */
    NULL,    /* custom CHECKMARK imagery */
    (UBYTE *)"Clines Help Window",    /* window title */
    NULL,    /* custom screen pointer */
    NULL,    /* custom bitmap */
    5,5,    /* minimum width and height */
    640,200,    /* maximum width and height */
    WBENCHSCREEN    /* destination screen type */
};
