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 >
Wrap
C/C++ Source or Header
|
1990-01-10
|
661b
|
17 lines
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 */
};