2 Copyright © 2002-2003, The AROS Development Team. All rights reserved.
6 #ifndef _MUI_CLASSES_ICONLISTVIEW_H
7 #define _MUI_CLASSES_ICONLISTVIEW_H
9 /*** Name *******************************************************************/
10 #define MUIC_IconListview "IconListview.mui"
12 /*** Identifier base ********************************************************/
13 #define MUIB_IconListview (MUIB_ZUNE | 0x00004500)
15 /*** Attributes *************************************************************/
16 #define MUIA_IconListview_IconList (MUIB_IconListview | 0x00000000) /* Zune: V1 i.g Object * */
18 #define MUIA_IconListview_UseWinBorder (MUIB_IconListview | 0x00000001) /* Zune: V1 i.. BOOL */
20 /* The following are defined for the view, however its the list class itself which responds to them */
21 #define MUIA_IconListview_FixedBackground (MUIB_IconListview | 0x00000010) /* Zune: V1 isg BOOL */
22 #define MUIA_IconListview_ScaledBackground (MUIB_IconListview | 0x00000011) /* Zune: V1 isg BOOL */
24 extern const struct __MUIBuiltinClass _MUI_IconListview_desc
; /* PRIV */
27 #define IconListviewObject MUIOBJMACRO_START(MUIC_IconListview)
29 struct MUI_CustomClass
*initIconListviewClass(void);
31 #define IconListviewObject NewObject(IconListview_Class->mcc_Class, NULL
34 #endif /*_MUI_CLASSES_ICONLISTVIEW_H */