home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Club Amiga de Montreal - CAM
/
CAM_CD_1.iso
/
files
/
530b.lha
/
ScreenMod_v1.0
/
Source
/
iconify.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1991-07-04
|
234 b
|
17 lines
struct NewWindow IconWindow = {
72,0,
155,10,
0,1,
MOUSEBUTTONS+CLOSEWINDOW,
WINDOWDRAG+WINDOWDEPTH+WINDOWCLOSE+RMBTRAP+NOCAREREFRESH,
NULL,
NULL,
(UBYTE *)"ScreenMod",
NULL,
NULL,
5,5,
-1,-1,
WBENCHSCREEN
};