added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / classes / zune / betterstring / includes / muiextra.h
blobc403f8621da9852e60db591ba88cefa170cce9bf
2 /* Tags */
4 #define MUIA_Framedisplay_Spec 0x80421794 // V11 isg struct MUI_FrameSpec
5 #define MUIA_Imagedisplay_Spec 0x8042a547 // V11 isg struct MUI_ImageSpec
6 #define MUIA_Imageadjust_Type 0x80422f2b // V11 i.. LONG
7 #define MUIA_Prop_DeltaFactor 0x80427C5E
8 #define MUIA_Prop_DoSmooth 0x804236ce // V4 i.. LONG
9 #define MUIA_Prop_Release 0x80429839
10 #define MUIA_Window_DisableKeys 0x80424c36 // V15 isg ULONG
11 #define MUIA_Application_UsedClasses 0x8042e9a7 // V20 isg STRPTR*
13 #define MUIM_GoActive 0x8042491a
14 #define MUIM_GoInactive 0x80422c0c
15 #define MUIM_Mccprefs_RegisterGadget 0x80424828 // V20
17 #define MUI_EHF_GUIMODE (1<<1) // set this if you dont want your handler to be called
19 struct MUI_ImageSpec
21 char buf[64];
24 struct MUI_FrameSpec
26 char buf[8];
29 #define PopframeObject MUI_NewObject(MUIC_Popframe
30 #define PopimageObject MUI_NewObject("Popimage.mui"
31 #define CrawlingObject MUI_NewObject("Crawling.mcc"