5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
9 #include <libraries/mui.h>
11 /*** Name *******************************************************************/
12 #define MUIC_Busy "Busy.mcc"
14 /*** Identifier base ********************************************************/
15 #define MUIB_Busy 0x80020000
17 /*** Attributes *************************************************************/
18 #define MUIA_Busy_ShowHideIH (MUIB_Busy | 0xa9)
19 #define MUIA_Busy_Speed (MUIB_Busy | 0x49)
21 #define MUIV_Busy_Speed_Off 0
22 #define MUIV_Busy_Speed_User -1
24 /*** Methods ****************************************************************/
25 #define MUIM_Busy_Move (MUIB_Busy | 0x01)
29 STACKED ULONG MethodID
;
32 /*** Macros *****************************************************************/
33 #define BusyObject MUIOBJMACRO_START(MUIC_Busy)
34 #define BusyBar BusyObject, MUIA_Busy_Speed, MUIV_Busy_Speed_User, End
36 #endif /* BUSY_MCC_H */