1 /*****************************************************************************
2 ** This is the IconList custom class, a sub class of List.mui.
3 ******************************************************************************/
5 #ifndef ICONLISTCLASS_H
6 #define ICONLISTCLASS_H
8 #define MAXMASONICONS 25
12 Object
*mimainlist
[MAXMASONICONS
];
13 Object
*mimainbody
[MAXMASONICONS
];
16 #define TAGBASE_IconList (TAG_USER | 25<<16)
18 AROS_UFP3(IPTR
, IconListDispatcher
,
19 AROS_UFPA(struct IClass
*, cl
, A0
),
20 AROS_UFPA(Object
*, obj
, A2
),
21 AROS_UFPA(Msg
, msg
, A1
));