home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
240.lha
/
PickPacket_v1.0
/
Sources
/
infogen.h
< prev
next >
Wrap
Text File
|
1989-05-04
|
609b
|
17 lines
static struct NewWindow NewWindowStructure1 = {
205,0, /* window XY origin relative to TopLeft of screen */
426,110, /* window width and height */
0,1, /* detail and block pens */
NULL, /* IDCMP flags */
WINDOWSIZING+WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+ACTIVATE+NOCAREREFRESH, /* other window flags */
NULL, /* first gadget in gadget list */
NULL, /* custom CHECKMARK imagery */
"InfoData 1", /* window title */
NULL, /* custom screen pointer */
NULL, /* custom bitmap */
30,30, /* minimum width and height */
459,120, /* maximum width and height */
WBENCHSCREEN /* destination screen type */
};