1 #ifndef __CALLTIPS_MCC_H__
2 #define __CALLTIPS_MCC_H__
5 Copyright © 2014, The AROS Development Team. All rights reserved.
9 #define MUIC_Calltips "Calltips.mcc"
11 #define TAGBASE_Calltips 0xfecf4100
13 #define MUIA_Calltips_Rectangle (TAGBASE_Calltips + 0)
14 #define MUIA_Calltips_Layout (TAGBASE_Calltips + 1)
15 #define MUIA_Calltips_Source (TAGBASE_Calltips + 2)
16 #define MUIA_Calltips_MarginLeft (TAGBASE_Calltips + 4)
17 #define MUIA_Calltips_MarginTop (TAGBASE_Calltips + 5)
19 #define MUIV_Calltips_Layout_Exact 0
21 #define MUIM_Calltips_SetRectangle (TAGBASE_Calltips + 0)
22 #define MUIM_Calltips_ParentSetup (TAGBASE_Calltips + 1)
23 #define MUIM_Calltips_ParentCleanup (TAGBASE_Calltips + 2)
24 #define MUIM_Calltips_ParentShow (TAGBASE_Calltips + 3)
25 #define MUIM_Calltips_ParentHide (TAGBASE_Calltips + 4)
26 #define MUIM_Calltips_ParentWindowArranged (TAGBASE_Calltips + 5)
28 struct MUIP_Calltips_SetRectangle
{ STACKED ULONG id
; STACKED LONG MinX
; STACKED LONG MinY
; STACKED LONG MaxX
; STACKED LONG MaxY
;};
30 #endif /* __CALLTIPS_MCC_H__ */