home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Computers
/
CreativeComputers.iso
/
shareware
/
text
/
stripansi_v1.2
/
source
/
source.lzh
/
message.h
< prev
next >
Wrap
C/C++ Source or Header
|
1991-07-30
|
920b
|
31 lines
struct TextAttr MTOPAZ80 = {
(STRPTR)"topaz.font",
TOPAZ_EIGHTY,0,0
};
struct IntuiText MIText1 = {
2,3,JAM2, /* front and back text pens, drawmode and fill byte */
2,17, /* XY origin relative to container TopLeft */
&MTOPAZ80, /* font pointer or NULL for default */
(UBYTE *)"The Text Would Go Here", /* pointer to text */
NULL /* next IntuiText structure */
};
#define MITextList MIText1
struct NewWindow MessageWin = {
169,71, /* window XY origin relative to TopLeft of screen */
308,43, /* window width and height */
0,1, /* detail and block pens */
NULL, /* IDCMP flags */
ACTIVATE, /* other window flags */
NULL, /* first gadget in gadget list */
NULL, /* custom CHECKMARK imagery */
NULL, /* 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 */
};