Tabs to spaces, more consistent formatting.
[AROS.git] / workbench / libs / muimaster / classes / boopsi.h
blob45e142d849771ab90db8f9ec029fb294b01040e0
1 /*
2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #ifndef _MUI_CLASSES_BOOPSI_H
7 #define _MUI_CLASSES_BOOPSI_H
9 /*** Name *******************************************************************/
10 #define MUIC_Boopsi "Boopsi.mui"
12 /*** Identifier base (for Zune extensions) **********************************/
13 #define MUIB_Boopsi (MUIB_ZUNE | 0x00000600)
15 /*** Attributes *************************************************************/
16 #define MUIA_Boopsi_Class \
17 (MUIB_MUI | 0x00426999) /* V4 isg struct IClass * */
18 #define MUIA_Boopsi_ClassID \
19 (MUIB_MUI | 0x0042bfa3) /* V4 isg char * */
20 #define MUIA_Boopsi_MaxHeight \
21 (MUIB_MUI | 0x0042757f) /* V4 isg ULONG */
22 #define MUIA_Boopsi_MaxWidth \
23 (MUIB_MUI | 0x0042bcb1) /* V4 isg ULONG */
24 #define MUIA_Boopsi_MinHeight \
25 (MUIB_MUI | 0x00422c93) /* V4 isg ULONG */
26 #define MUIA_Boopsi_MinWidth \
27 (MUIB_MUI | 0x00428fb2) /* V4 isg ULONG */
28 #define MUIA_Boopsi_Object \
29 (MUIB_MUI | 0x00420178) /* V4 ..g Object * */
30 #define MUIA_Boopsi_Remember \
31 (MUIB_MUI | 0x0042f4bd) /* V4 i.. ULONG */
32 #define MUIA_Boopsi_Smart \
33 (MUIB_MUI | 0x0042b8d7) /* V9 i.. BOOL */
34 #define MUIA_Boopsi_TagDrawInfo \
35 (MUIB_MUI | 0x0042bae7) /* V4 isg ULONG */
36 #define MUIA_Boopsi_TagScreen \
37 (MUIB_MUI | 0x0042bc71) /* V4 isg ULONG */
38 #define MUIA_Boopsi_TagWindow \
39 (MUIB_MUI | 0x0042e11d) /* V4 isg ULONG */
41 #define MUIA_Boopsi_OnlyTrigger \
42 (MUIB_Boopsi | 0x00000000) /* ZV1 .s. BOOL PRIV (for notification) */
45 extern const struct __MUIBuiltinClass _MUI_Boopsi_desc; /* PRIV */
47 #endif /* _MUI_CLASSES_BOOPSI_H */