3 MCC_Busy (c) by kMel, Klaus Melchior
5 Registered class of the Magic User Interface.
12 /*** Include stuff ***/
17 #ifndef LIBRARIES_MUI_H
18 #include "libraries/mui.h"
24 #define MUIC_Busy "Busy.mcc"
25 #define BusyObject MUI_NewObject(MUIC_Busy
29 MUIA_Busy_Speed, MUIV_Busy_Speed_User,\
36 #define MUIM_Busy_Move 0x80020001UL
38 /*** Method structs ***/
40 struct MUIP_Busy_Move
{
45 /*** Special method values ***/
48 /*** Special method flags ***/
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 */