/*
**
** $VER: InfoText_mcc.h V15.3
** Copyright © 1997 Benny Kjær Nielsen. All rights reserved.
**
*/

/*** Include stuff ***/

#ifndef INFOTEXT_MCC_H
#define INFOTEXT_MCC_H

#ifndef LIBRARIES_MUI_H
#include <libraries/mui.h>
#endif

#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif

#define SERIAL	(31991<<16)

/*** MUI Defines ***/

#define MUIC_InfoText "InfoText.mcc"
#define InfoTextObject MUI_NewObject(MUIC_InfoText

/*** Methods ***/
#define MUIM_InfoText_TimeOut          (TAG_USER | SERIAL | 0x0101 )

/*** Attributes ***/
#define MUIA_InfoText_Contents         (TAG_USER | SERIAL | 0x0110 )
#define MUIA_InfoText_ExpirationPeriod (TAG_USER | SERIAL | 0x0111 )
#define MUIA_InfoText_FallBackText     (TAG_USER | SERIAL | 0x0112 )


#endif /* INFOTEXT_MCC_H */
