Moving to main tree, needed by SysExplorer
[AROS.git] / workbench / classes / zune / nlist / include / mui / Busy_mcc.h
blobd2be0ea7d0269d772f4a71d91057cfab14202386
1 /*
3 MCC_Busy (c) by kMel, Klaus Melchior
5 Registered class of the Magic User Interface.
7 Busy_mcc.h
9 */
12 /*** Include stuff ***/
14 #ifndef BUSY_MCC_H
15 #define BUSY_MCC_H
17 #ifndef LIBRARIES_MUI_H
18 #include "libraries/mui.h"
19 #endif
22 /*** MUI Defines ***/
24 #define MUIC_Busy "Busy.mcc"
25 #define BusyObject MUI_NewObject(MUIC_Busy
27 #define BusyBar\
28 BusyObject,\
29 MUIA_Busy_Speed, MUIV_Busy_Speed_User,\
30 End
34 /*** Methods ***/
36 #define MUIM_Busy_Move 0x80020001UL
38 /*** Method structs ***/
40 struct MUIP_Busy_Move {
41 ULONG MethodID;
45 /*** Special method values ***/
48 /*** Special method flags ***/
52 /*** Attributes ***/
54 #define MUIA_Busy_ShowHideIH 0x800200a9UL
55 #define MUIA_Busy_Speed 0x80020049UL
57 /*** Special attribute values ***/
59 #define MUIV_Busy_Speed_Off 0
60 #define MUIV_Busy_Speed_User -1
64 /*** Structures, Flags & Values ***/
70 #endif /* BUSY_MCC_H */
72 /* PrMake.rexx 0.10 (16.2.1996) Copyright 1995 kmel, Klaus Melchior */