5 Copyright © 2005, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
11 #include <intuition/classusr.h>
12 /*** Attributes *************************************************************/
18 #define MUIA_DiskInfo_Initial (TAG_USER | 0x20000001)
23 #define MUIA_DiskInfo_Volname (TAG_USER | 0x20000002)
28 #define MUIA_DiskInfo_Percent (TAG_USER | 0x20000003)
33 #define MUIA_DiskInfo_Aspect (TAG_USER | 0x20000004)
38 #define MUIA_DiskInfo_UserLevel (TAG_USER | 0x20000005)
40 /*** Methods **************************************************************/
41 #define MUIM_DiskInfo_HandleNotify (TAG_USER | 0x20000001)
43 /*** Variables **************************************************************/
44 extern struct MUI_CustomClass
*DiskInfo_CLASS
;
46 /*** Macros *****************************************************************/
47 #define DiskInfoObject BOOPSIOBJMACRO_START(DiskInfo_CLASS->mcc_Class)
49 /*** Prototypes *************************************************************/
50 BOOL
DiskInfo_Initialize();
51 void DiskInfo_Deinitialize();
53 #endif /* _DISKINFO_H_ */