home *** CD-ROM | disk | FTP | other *** search
- /* Initialization of the image window structure. */
- struct NewWindow newwindow =
- {
- W_LEFTEDGE, /* SHORT LeftEdge */
- W_TOPEDGE, /* SHORT TopEdge */
- WIDTH, /* SHORT Width */
- LACE_HEIGHT, /* SHORT Height */
- DETAIL_PEN, /* UBYTE DetailPen */
- BLOCK_PEN, /* UBYTE BlockPen */
- NULL, /* ULONG IDCMPFlags */
- ACTIVATE | RMBTRAP |
- SMART_REFRESH | NOCAREREFRESH | BACKDROP | BORDERLESS,
- /* ULONG Flags */
- NULL, /* struct Gadget *FirstGadget */
- NULL, /* struct Image *CheckMark */
- NULL, /* UBYTE *Title */
- NULL, /* struct Screen *Screen */
- NULL, /* struct BitMap *BitMap */
- WIDTH, /* SHORT MinWidth */
- HEIGHT, /* SHORT MinHeight */
- ~0, /* USHORT MaxWidth */
- ~0, /* USHORT MaxHeight */
- CUSTOMSCREEN /* USHORT Type */
- };
-
-
-
-