1 #ifndef _EXECUTECOMMAND_H_
2 #define _EXECUTECOMMAND_H_
5 Copyright © 2003, The AROS Development Team. All rights reserved.
9 #include <exec/types.h>
10 #include <libraries/mui.h>
12 /*** Attributes *************************************************************/
15 Lock on parent directory.
17 #define MUIA_ExecuteCommand_Parent (TAG_USER | 0x20000000)
23 #define MUIA_ExecuteCommand_Initial (TAG_USER | 0x20000001)
25 /*** Variables **************************************************************/
26 extern struct MUI_CustomClass
*ExecuteCommand_CLASS
;
28 /*** Macros *****************************************************************/
29 #define ExecuteCommandObject BOOPSIOBJMACRO_START(ExecuteCommand_CLASS->mcc_Class)
31 /*** Prototypes *************************************************************/
32 BOOL
ExecuteCommand_Initialize();
33 void ExecuteCommand_Deinitialize();
35 #endif /* _EXECUTECOMMAND_H_ */