2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 #ifndef _MUI_CLASSES_BITMAP_H
7 #define _MUI_CLASSES_BITMAP_H
9 /*** Name *******************************************************************/
10 #define MUIC_Bitmap "Bitmap.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Bitmap (MUIB_ZUNE | 0x00000400)
15 /*** Attributes *************************************************************/
16 #define MUIA_Bitmap_Bitmap (MUIB_MUI|0x004279bd) /* MUI: V8 isg struct BitMap * */
17 #define MUIA_Bitmap_Height (MUIB_MUI|0x00421560) /* MUI: V8 isg LONG */
18 #define MUIA_Bitmap_MappingTable (MUIB_MUI|0x0042e23d) /* MUI: V8 isg UBYTE * */
19 #define MUIA_Bitmap_Precision (MUIB_MUI|0x00420c74) /* MUI: V11 isg LONG */
20 #define MUIA_Bitmap_RemappedBitmap (MUIB_MUI|0x00423a47) /* MUI: V11 ..g struct BitMap * */
21 #define MUIA_Bitmap_SourceColors (MUIB_MUI|0x00425360) /* MUI: V8 isg ULONG * */
22 #define MUIA_Bitmap_Transparent (MUIB_MUI|0x00422805) /* MUI: V8 isg LONG */
23 #define MUIA_Bitmap_UseFriend (MUIB_MUI|0x004239d8) /* MUI: V11 i.. BOOL */
24 #define MUIA_Bitmap_Width (MUIB_MUI|0x0042eb3a) /* MUI: V8 isg LONG */
26 extern const struct __MUIBuiltinClass _MUI_Bitmap_desc
; /* PRIV */
28 #endif /* _MUI_CLASSES_BITMAP_H */