#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