added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / classes / colorfield.h
blob1d950a0110d1b17088dbaa745e5d24f5a5cf52fa
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 */