1 #ifndef ZUNE_ICONIMAGE_H
2 #define ZUNE_ICONIMAGE_H
5 Copyright © 2003-2004, The AROS Development Team. All rights reserved.
6 This file is part of the IconImage class, which is distributed under
7 the terms of version 2.1 of the GNU Lesser General Public License.
12 #include <libraries/mui.h>
14 /*** Name *******************************************************************/
15 #define MUIC_IconImage "IconImage.mcc"
17 /*** Identifier base ********************************************************/
18 #define MUIB_IconImage (MUIB_AROS | 0x00000300)
20 /*** Attributes *************************************************************/
21 #define MUIA_IconImage_DiskObject (MUIB_IconImage | 0x00000000) /* I-- struct DiskObject * */
22 #define MUIA_IconImage_File (MUIB_IconImage | 0x00000001) /* I-- CONST_STRPTR */
24 /*** Macros *****************************************************************/
25 #define IconImageObject MUIOBJMACRO_START(MUIC_IconImage)
27 #endif /* ZUNE_ICONIMAGE_H */