1 #ifndef MUIA_Framedisplay_Spec
2 #define MUIA_Framedisplay_Spec 0x80421794UL // V11 isg struct MUI_FrameSpec
4 #ifndef MUIA_Imagedisplay_Spec
5 #define MUIA_Imagedisplay_Spec 0x8042a547UL // V11 isg struct MUI_ImageSpec
7 #ifndef MUIA_Imageadjust_Type
8 #define MUIA_Imageadjust_Type 0x80422f2bUL // V11 i.. LONG
10 #ifndef MUIA_Prop_Release
11 #define MUIA_Prop_Release 0x80429839UL
13 #ifndef MUIA_Prop_DeltaFactor
14 #define MUIA_Prop_DeltaFactor 0x80427C5EUL
16 #ifndef MUIA_Prop_DoSmooth
17 #define MUIA_Prop_DoSmooth 0x804236ceUL // V4 i.. LONG
20 #define MUIM_GoActive 0x8042491aUL
22 #ifndef MUIM_GoInactive
23 #define MUIM_GoInactive 0x80422c0cUL
25 #ifndef MUIA_Group_Type
26 #define MUIA_Group_Type 0x8042e866UL /* V11 ..g LONG */
28 #ifndef MUIV_Group_Type_Horiz
29 #define MUIV_Group_Type_Horiz 1
31 #ifndef MUIM_Mccprefs_RegisterGadget
32 #define MUIM_Mccprefs_RegisterGadget 0x80424828UL // V20
34 #ifndef MUIA_Text_Copy
35 #define MUIA_Text_Copy 0x80427727UL /* V20 i.. BOOL */
37 #ifndef MBQ_MUI_MAXMAX
38 #define MBQ_MUI_MAXMAX (10000) /* use this for unlimited MaxWidth/Height */
40 #ifndef PopframeObject
41 #define PopframeObject MUI_NewObject(MUIC_Popframe
43 #ifndef PopimageObject
44 #define PopimageObject MUI_NewObject("Popimage.mui"
46 #ifndef CrawlingObject
47 #define CrawlingObject MUI_NewObject("Crawling.mcc"
49 #ifndef MUIM_CreateDragImage
50 #define MUIM_CreateDragImage 0x8042eb6fUL /* V18 */ /* Custom Class */
52 #ifndef MUIM_DeleteDragImage
53 #define MUIM_DeleteDragImage 0x80423037UL /* V18 */ /* Custom Class */
55 #ifndef MUIA_List_Prop_First
56 #define MUIA_List_Prop_First 0x80429df3UL /* V? ??? */
58 #ifndef MUIA_List_Prop_Entries
59 #define MUIA_List_Prop_Entries 0x8042a8f5UL /* V? ??? */
61 #ifndef MUIA_List_Prop_Visible
62 #define MUIA_List_Prop_Visible 0x804273e9UL /* V? ??? */
64 #ifndef MUIA_Prop_TrueFirst
65 #define MUIA_Prop_TrueFirst 0x804205dcUL /* V16 ..g LONG */
67 #ifndef MADF_DRAWACTIVE
68 #define MADF_DRAWACTIVE (1<< 2)
70 #ifndef MADF_DRAWOUTER
71 #define MADF_DRAWOUTER (1<<11)
74 #define MADF_VISIBLE (1<<14) // The object is visible
77 #define MADF_DRAWALL (MADF_DRAWACTIVE | MADF_DRAWOUTER | MADF_DRAWOBJECT)
79 #ifndef MUIA_Group_Forward
80 #define MUIA_Group_Forward 0x80421422UL
83 #define MUII_PopFont 42
91 #if !defined(__AROS__)
97 struct MUIP_DeleteDragImage
{ ULONG MethodID
; struct MUI_DragImage
*di
; }; /* Custom Class */
98 struct MUIP_CreateDragImage
{ ULONG MethodID
; LONG touchx
; LONG touchy
; ULONG flags
; }; /* Custom Class */