2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
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 (MUIB_MUI|0x00426999) /* V4 isg struct IClass * */
17 #define MUIA_Boopsi_ClassID (MUIB_MUI|0x0042bfa3) /* V4 isg char * */
18 #define MUIA_Boopsi_MaxHeight (MUIB_MUI|0x0042757f) /* V4 isg ULONG */
19 #define MUIA_Boopsi_MaxWidth (MUIB_MUI|0x0042bcb1) /* V4 isg ULONG */
20 #define MUIA_Boopsi_MinHeight (MUIB_MUI|0x00422c93) /* V4 isg ULONG */
21 #define MUIA_Boopsi_MinWidth (MUIB_MUI|0x00428fb2) /* V4 isg ULONG */
22 #define MUIA_Boopsi_Object (MUIB_MUI|0x00420178) /* V4 ..g Object * */
23 #define MUIA_Boopsi_Remember (MUIB_MUI|0x0042f4bd) /* V4 i.. ULONG */
24 #define MUIA_Boopsi_Smart (MUIB_MUI|0x0042b8d7) /* V9 i.. BOOL */
25 #define MUIA_Boopsi_TagDrawInfo (MUIB_MUI|0x0042bae7) /* V4 isg ULONG */
26 #define MUIA_Boopsi_TagScreen (MUIB_MUI|0x0042bc71) /* V4 isg ULONG */
27 #define MUIA_Boopsi_TagWindow (MUIB_MUI|0x0042e11d) /* V4 isg ULONG */
29 #define MUIA_Boopsi_OnlyTrigger (MUIB_Boopsi | 0x00000000) /* ZV1 .s. BOOL PRIV (for notification) */
32 extern const struct __MUIBuiltinClass _MUI_Boopsi_desc
; /* PRIV */
34 #endif /* _MUI_CLASSES_BOOPSI_H */