revert between 56095 -> 55830 in arch
[AROS.git] / workbench / classes / zune / texteditor / include / muiextra.h
blob11d04d78c6e47889ed059a92bdb3c8a1e0095723
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 MUIM_Mccprefs_RegisterGadget
26 #define MUIM_Mccprefs_RegisterGadget 0x80424828UL // V20
27 #endif
28 #ifndef MUIA_Text_Copy
29 #define MUIA_Text_Copy 0x80427727UL /* V20 i.. BOOL */
30 #endif
31 #ifndef MBQ_MUI_MAXMAX
32 #define MBQ_MUI_MAXMAX (10000) /* use this for unlimited MaxWidth/Height */
33 #endif
34 #ifndef PopframeObject
35 #define PopframeObject MUI_NewObject(MUIC_Popframe
36 #endif
37 #ifndef PopimageObject
38 #define PopimageObject MUI_NewObject("Popimage.mui"
39 #endif
40 #ifndef CrawlingObject
41 #define CrawlingObject MUI_NewObject("Crawling.mcc"
42 #endif
43 #ifndef MUII_PopFont
44 #define MUII_PopFont 42
45 #endif
47 struct MUI_ImageSpec
49 char buf[128];
52 #if !defined(__AROS__)
53 struct MUI_FrameSpec
55 char buf[128];
57 #endif