added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / libs / muimaster / classes / popobject.h
blob754069d23cebc5a590d02d813ea2db79bf3d07c7
1 #ifndef _MUI_CLASSES_POPOBJECT_H
2 #define _MUI_CLASSES_POPOBJECT_H
4 /*
5 Copyright © 2002-2006, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 /****************************************************************************/
10 /*** Name *******************************************************************/
11 #define MUIC_Popobject "Popobject.mui"
13 /*** Identifier base ********************************************************/
14 #define MUIB_Popobject (MUIB_ZUNE | 0x00002400)
16 /*** Attributes *************************************************************/
17 #define MUIA_Popobject_Follow (MUIB_MUI|0x00424cb5) /* MUI: V7 isg BOOL */
18 #define MUIA_Popobject_Light (MUIB_MUI|0x0042a5a3) /* MUI: V7 isg BOOL */
19 #define MUIA_Popobject_Object (MUIB_MUI|0x004293e3) /* MUI: V7 i.g Object * */
20 #define MUIA_Popobject_ObjStrHook (MUIB_MUI|0x0042db44) /* MUI: V7 isg struct Hook * */
21 #define MUIA_Popobject_StrObjHook (MUIB_MUI|0x0042fbe1) /* MUI: V7 isg struct Hook * */
22 #define MUIA_Popobject_Volatile (MUIB_MUI|0x004252ec) /* MUI: V7 isg BOOL */
23 #define MUIA_Popobject_WindowHook (MUIB_MUI|0x0042f194) /* MUI: V9 isg struct Hook * */
26 extern const struct __MUIBuiltinClass _MUI_Popobject_desc; /* PRIV */
28 #endif /*_MUI_CLASSES_POPOBJECT_H */