5 Copyright © 2010, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Identifier base ********************************************************/
13 #define MUIB_PPreview (TAG_USER | 0x10000000)
15 /*** Variables **************************************************************/
16 extern struct MUI_CustomClass
*PPreview_CLASS
;
18 /*** Macros *****************************************************************/
19 #define PPreviewObject BOOPSIOBJMACRO_START(PPreview_CLASS->mcc_Class)
21 /*** Attributes *************************************************************/
22 #define MUIA_PPreview_Alpha (MUIB_PPreview | 0x00000000) /* ISG UWORD */
23 #define MUIA_PPreview_HSpotX (MUIB_PPreview | 0x00000001) /* ISG UWORD */
24 #define MUIA_PPreview_HSpotY (MUIB_PPreview | 0x00000002) /* ISG UWORD */
25 #define MUIA_PPreview_FileName (MUIB_PPreview | 0x00000003) /* ISG STRPTR */
26 #define MUIA_PPreview_SetHSpot (MUIB_PPreview | 0x00000004) /* ISG BOOL */
28 #endif /* _PPREVIEW_H_ */