home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
fish
/
science
/
chemesthetics
/
source
/
credits.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-12-06
|
581b
|
18 lines
struct NewWindow CreditsFenster =
{
20, 28, /* LeftEdge, TopEdge */
600, 200, /* Width, Height */
0, 13, /* DetailPen, BlockPen */
CLOSEWINDOW , /* IDCMP Flags */
GIMMEZEROZERO | ACTIVATE | WINDOWCLOSE | SMART_REFRESH,
NULL, /* FirstGadget */
NULL, /* CheckMark */
(UBYTE *) "Credits", /* Title */
NULL, /* Screen */
NULL, /* BitMap */
5,5, /* MinWidth, MinHeight */
-1,-1, /* MaxWidth, MaxHeight */
CUSTOMSCREEN /* Screen Type */
};