revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / zune / nlist / include / muiextra.h
blobf5d3382755b2b8b3435b1ccbf8117b7dee498300
1 #ifndef MUIA_Framedisplay_Spec
2 #define MUIA_Framedisplay_Spec 0x80421794UL // V11 isg struct MUI_FrameSpec
3 #endif
4 #ifndef MUIA_Imagedisplay_Spec
5 #define MUIA_Imagedisplay_Spec 0x8042a547UL // V11 isg struct MUI_ImageSpec
6 #endif
7 #ifndef MUIA_Imageadjust_Type
8 #define MUIA_Imageadjust_Type 0x80422f2bUL // V11 i.. LONG
9 #endif
10 #ifndef MUIA_Prop_Release
11 #define MUIA_Prop_Release 0x80429839UL
12 #endif
13 #ifndef MUIA_Prop_DeltaFactor
14 #define MUIA_Prop_DeltaFactor 0x80427C5EUL
15 #endif
16 #ifndef MUIA_Prop_DoSmooth
17 #define MUIA_Prop_DoSmooth 0x804236ceUL // V4 i.. LONG
18 #endif
19 #ifndef MUIM_GoActive
20 #define MUIM_GoActive 0x8042491aUL
21 #endif
22 #ifndef MUIM_GoInactive
23 #define MUIM_GoInactive 0x80422c0cUL
24 #endif
25 #ifndef MUIA_Group_Type
26 #define MUIA_Group_Type 0x8042e866UL /* V11 ..g LONG */
27 #endif
28 #ifndef MUIV_Group_Type_Horiz
29 #define MUIV_Group_Type_Horiz 1
30 #endif
31 #ifndef MUIM_Mccprefs_RegisterGadget
32 #define MUIM_Mccprefs_RegisterGadget 0x80424828UL // V20
33 #endif
34 #ifndef MUIA_Text_Copy
35 #define MUIA_Text_Copy 0x80427727UL /* V20 i.. BOOL */
36 #endif
37 #ifndef MBQ_MUI_MAXMAX
38 #define MBQ_MUI_MAXMAX (10000) /* use this for unlimited MaxWidth/Height */
39 #endif
40 #ifndef PopframeObject
41 #define PopframeObject MUI_NewObject(MUIC_Popframe
42 #endif
43 #ifndef PopimageObject
44 #define PopimageObject MUI_NewObject("Popimage.mui"
45 #endif
46 #ifndef CrawlingObject
47 #define CrawlingObject MUI_NewObject("Crawling.mcc"
48 #endif
49 #ifndef MUIM_CreateDragImage
50 #define MUIM_CreateDragImage 0x8042eb6fUL /* V18 */ /* Custom Class */
51 #endif
52 #ifndef MUIM_DeleteDragImage
53 #define MUIM_DeleteDragImage 0x80423037UL /* V18 */ /* Custom Class */
54 #endif
55 #ifndef MUIA_List_Prop_First
56 #define MUIA_List_Prop_First 0x80429df3UL /* V? ??? */
57 #endif
58 #ifndef MUIA_List_Prop_Entries
59 #define MUIA_List_Prop_Entries 0x8042a8f5UL /* V? ??? */
60 #endif
61 #ifndef MUIA_List_Prop_Visible
62 #define MUIA_List_Prop_Visible 0x804273e9UL /* V? ??? */
63 #endif
64 #ifndef MUIA_Prop_TrueFirst
65 #define MUIA_Prop_TrueFirst 0x804205dcUL /* V16 ..g LONG */
66 #endif
67 #ifndef MADF_DRAWACTIVE
68 #define MADF_DRAWACTIVE (1<< 2)
69 #endif
70 #ifndef MADF_DRAWOUTER
71 #define MADF_DRAWOUTER (1<<11)
72 #endif
73 #ifndef MADF_VISIBLE
74 #define MADF_VISIBLE (1<<14) // The object is visible
75 #endif
76 #ifndef MADF_DRAWALL
77 #define MADF_DRAWALL (MADF_DRAWACTIVE | MADF_DRAWOUTER | MADF_DRAWOBJECT)
78 #endif
79 #ifndef MUIA_Group_Forward
80 #define MUIA_Group_Forward 0x80421422UL
81 #endif
82 #ifndef MUII_PopFont
83 #define MUII_PopFont 42
84 #endif
86 struct MUI_ImageSpec
88 char buf[64];
91 #if !defined(__AROS__)
92 struct MUI_FrameSpec
94 char buf[8];
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 */
99 #endif