home *** CD-ROM | disk | FTP | other *** search
- /********************************************************************
- CRawText.h
- ********************************************************************/
-
- #ifndef _H_CRawText
- #define _H_CRawText 1
-
- #include "LCaption.h"
-
- // Forward declarations
-
- class CRawText : public LCaption {
- public:
- CRawText(LView *aSuperView, ConstStr255Param aText, const short aX, const short aY, const short aWidth, const short aHeight);
- };
-
- class CTimeText : public CRawText {
- public:
- CTimeText(LView *aSuperView, ConstStr255Param aText, const short aX, const short aY, const short aWidth, const short aHeight);
- virtual void SetValue(Int32 value);
- };
- #endif
-