Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / popobject.h
blobc8035780363d8676522c3dd033749a5a50341b23
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 \
18 (MUIB_MUI | 0x00424cb5) /* MUI: V7 isg BOOL */
19 #define MUIA_Popobject_Light \
20 (MUIB_MUI | 0x0042a5a3) /* MUI: V7 isg BOOL */
21 #define MUIA_Popobject_Object \
22 (MUIB_MUI | 0x004293e3) /* MUI: V7 i.g Object * */
23 #define MUIA_Popobject_ObjStrHook \
24 (MUIB_MUI | 0x0042db44) /* MUI: V7 isg struct Hook * */
25 #define MUIA_Popobject_StrObjHook \
26 (MUIB_MUI | 0x0042fbe1) /* MUI: V7 isg struct Hook * */
27 #define MUIA_Popobject_Volatile \
28 (MUIB_MUI | 0x004252ec) /* MUI: V7 isg BOOL */
29 #define MUIA_Popobject_WindowHook \
30 (MUIB_MUI | 0x0042f194) /* MUI: V9 isg struct Hook * */
33 extern const struct __MUIBuiltinClass _MUI_Popobject_desc; /* PRIV */
35 #endif /*_MUI_CLASSES_POPOBJECT_H */