home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 3
/
AACD03.BIN
/
AACD
/
Programming
/
Triton
/
Source
/
classes
/
framebox.def
< prev
next >
Wrap
Text File
|
1998-05-23
|
463b
|
20 lines
#ifndef TRCL_FRAMEBOX_DEFINED
#define TRCL_FRAMEBOX_DEFINED
#include "displayobject.def"
struct TROD_FrameBox
{
struct TROD_DisplayObject DO;
struct TROD_DisplayObject * ChildObject;
STRPTR Text;
ULONG TextLength;
ULONG PixelTextLength;
ULONG BoxType;
ULONG Flags;
};
extern TR_DEFAULTMETHOD(FrameBox);
#endif