- Made MUIA_Colorfield_Pen settable (an undocumented MUI feature).
[AROS.git] / workbench / libs / muimaster / classes / colorfield.h
blobb7a6e7c40bd95ee379a06df5b7d8bc1d57166bfb
1 /*
2 Copyright © 2002-2015, 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) /* isg 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 */