Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / colorfield.h
blobf6541e85e937bb3dadeb4d9e1034e595255191dc
1 /*
2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _MUI_CLASSES_COLORFIELD_H
7 #define _MUI_CLASSES_COLORFIELD_H
9 /*** Name *******************************************************************/
10 #define MUIC_Colorfield "Colorfield.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Colorfield (MUIB_ZUNE | 0x00000800)
15 /*** Attributes *************************************************************/
16 #define MUIA_Colorfield_Pen (MUIB_MUI | 0x0042713a) /* ..g ULONG */
17 #define MUIA_Colorfield_Red (MUIB_MUI | 0x004279f6) /* isg ULONG */
18 #define MUIA_Colorfield_Green (MUIB_MUI | 0x00424466) /* isg ULONG */
19 #define MUIA_Colorfield_Blue (MUIB_MUI | 0x0042d3b0) /* isg ULONG */
20 #define MUIA_Colorfield_RGB (MUIB_MUI | 0x0042677a) /* isg ULONG * */
23 extern const struct __MUIBuiltinClass _MUI_Colorfield_desc; /* PRIV */
25 #endif /* _MUI_CLASSES_COLORFIELD_H */