home *** CD-ROM | disk | FTP | other *** search
- /*
- (C) 1995-96 AROS - The Amiga Replacement OS
- *** Automatic generated file. Do not edit ***
- Desc: Funktion table for Intuition
- Lang: english
- */
- #ifndef AROS_LIBCALL_H
- # include <aros/libcall.h>
- #endif
- #ifndef NULL
- #define NULL ((void *)0)
- #endif
-
- void AROS_SLIB_ENTRY(open,Intuition) (void);
- void AROS_SLIB_ENTRY(close,Intuition) (void);
- void AROS_SLIB_ENTRY(expunge,Intuition) (void);
- void AROS_SLIB_ENTRY(null,Intuition) (void);
- void AROS_SLIB_ENTRY(ClearMenuStrip,Intuition) (void);
- void AROS_SLIB_ENTRY(CloseScreen,Intuition) (void);
- void AROS_SLIB_ENTRY(CloseWindow,Intuition) (void);
- void AROS_SLIB_ENTRY(DrawBorder,Intuition) (void);
- void AROS_SLIB_ENTRY(DrawImage,Intuition) (void);
- void AROS_SLIB_ENTRY(ModifyIDCMP,Intuition) (void);
- void AROS_SLIB_ENTRY(ModifyProp,Intuition) (void);
- void AROS_SLIB_ENTRY(OpenScreen,Intuition) (void);
- void AROS_SLIB_ENTRY(OpenWindow,Intuition) (void);
- void AROS_SLIB_ENTRY(PrintIText,Intuition) (void);
- void AROS_SLIB_ENTRY(RefreshGadgets,Intuition) (void);
- void AROS_SLIB_ENTRY(SetWindowTitles,Intuition) (void);
- void AROS_SLIB_ENTRY(SizeWindow,Intuition) (void);
- void AROS_SLIB_ENTRY(WindowToBack,Intuition) (void);
- void AROS_SLIB_ENTRY(WindowToFront,Intuition) (void);
- void AROS_SLIB_ENTRY(AutoRequest,Intuition) (void);
- void AROS_SLIB_ENTRY(BeginRefresh,Intuition) (void);
- void AROS_SLIB_ENTRY(EndRefresh,Intuition) (void);
- void AROS_SLIB_ENTRY(LockIBase,Intuition) (void);
- void AROS_SLIB_ENTRY(UnlockIBase,Intuition) (void);
- void AROS_SLIB_ENTRY(GetScreenData,Intuition) (void);
- void AROS_SLIB_ENTRY(RefreshGList,Intuition) (void);
- void AROS_SLIB_ENTRY(ActivateWindow,Intuition) (void);
- void AROS_SLIB_ENTRY(RefreshWindowFrame,Intuition) (void);
- void AROS_SLIB_ENTRY(NewModifyProp,Intuition) (void);
- void AROS_SLIB_ENTRY(LockPubScreen,Intuition) (void);
- void AROS_SLIB_ENTRY(UnlockPubScreen,Intuition) (void);
- void AROS_SLIB_ENTRY(SetDefaultPubScreen,Intuition) (void);
- void AROS_SLIB_ENTRY(ObtainGIRPort,Intuition) (void);
- void AROS_SLIB_ENTRY(ReleaseGIRPort,Intuition) (void);
- void AROS_SLIB_ENTRY(GetDefaultPubScreen,Intuition) (void);
- void AROS_SLIB_ENTRY(EasyRequestArgs,Intuition) (void);
- void AROS_SLIB_ENTRY(OpenWindowTagList,Intuition) (void);
- void AROS_SLIB_ENTRY(OpenScreenTagList,Intuition) (void);
- void AROS_SLIB_ENTRY(DrawImageState,Intuition) (void);
- void AROS_SLIB_ENTRY(PointInImage,Intuition) (void);
- void AROS_SLIB_ENTRY(EraseImage,Intuition) (void);
- void AROS_SLIB_ENTRY(NewObjectA,Intuition) (void);
- void AROS_SLIB_ENTRY(DisposeObject,Intuition) (void);
- void AROS_SLIB_ENTRY(SetAttrsA,Intuition) (void);
- void AROS_SLIB_ENTRY(GetAttr,Intuition) (void);
- void AROS_SLIB_ENTRY(MakeClass,Intuition) (void);
- void AROS_SLIB_ENTRY(AddClass,Intuition) (void);
- void AROS_SLIB_ENTRY(GetScreenDrawInfo,Intuition) (void);
- void AROS_SLIB_ENTRY(FreeScreenDrawInfo,Intuition) (void);
- void AROS_SLIB_ENTRY(RemoveClass,Intuition) (void);
- void AROS_SLIB_ENTRY(FreeClass,Intuition) (void);
- void AROS_SLIB_ENTRY(DoGadgetMethodA,Intuition) (void);
-
- void *const Intuition_functable[]=
- {
- AROS_SLIB_ENTRY(open,Intuition), /* 1 */
- AROS_SLIB_ENTRY(close,Intuition), /* 2 */
- AROS_SLIB_ENTRY(expunge,Intuition), /* 3 */
- AROS_SLIB_ENTRY(null,Intuition), /* 4 */
- NULL, /* 5 */
- NULL, /* 6 */
- NULL, /* 7 */
- NULL, /* 8 */
- AROS_SLIB_ENTRY(ClearMenuStrip,Intuition), /* 9 */
- NULL, /* 10 */
- AROS_SLIB_ENTRY(CloseScreen,Intuition), /* 11 */
- AROS_SLIB_ENTRY(CloseWindow,Intuition), /* 12 */
- NULL, /* 13 */
- NULL, /* 14 */
- NULL, /* 15 */
- NULL, /* 16 */
- NULL, /* 17 */
- AROS_SLIB_ENTRY(DrawBorder,Intuition), /* 18 */
- AROS_SLIB_ENTRY(DrawImage,Intuition), /* 19 */
- NULL, /* 20 */
- NULL, /* 21 */
- NULL, /* 22 */
- NULL, /* 23 */
- NULL, /* 24 */
- AROS_SLIB_ENTRY(ModifyIDCMP,Intuition), /* 25 */
- AROS_SLIB_ENTRY(ModifyProp,Intuition), /* 26 */
- NULL, /* 27 */
- NULL, /* 28 */
- NULL, /* 29 */
- NULL, /* 30 */
- NULL, /* 31 */
- NULL, /* 32 */
- AROS_SLIB_ENTRY(OpenScreen,Intuition), /* 33 */
- AROS_SLIB_ENTRY(OpenWindow,Intuition), /* 34 */
- NULL, /* 35 */
- AROS_SLIB_ENTRY(PrintIText,Intuition), /* 36 */
- AROS_SLIB_ENTRY(RefreshGadgets,Intuition), /* 37 */
- NULL, /* 38 */
- NULL, /* 39 */
- NULL, /* 40 */
- NULL, /* 41 */
- NULL, /* 42 */
- NULL, /* 43 */
- NULL, /* 44 */
- NULL, /* 45 */
- AROS_SLIB_ENTRY(SetWindowTitles,Intuition), /* 46 */
- NULL, /* 47 */
- AROS_SLIB_ENTRY(SizeWindow,Intuition), /* 48 */
- NULL, /* 49 */
- NULL, /* 50 */
- AROS_SLIB_ENTRY(WindowToBack,Intuition), /* 51 */
- AROS_SLIB_ENTRY(WindowToFront,Intuition), /* 52 */
- NULL, /* 53 */
- NULL, /* 54 */
- NULL, /* 55 */
- NULL, /* 56 */
- NULL, /* 57 */
- AROS_SLIB_ENTRY(AutoRequest,Intuition), /* 58 */
- AROS_SLIB_ENTRY(BeginRefresh,Intuition), /* 59 */
- NULL, /* 60 */
- AROS_SLIB_ENTRY(EndRefresh,Intuition), /* 61 */
- NULL, /* 62 */
- NULL, /* 63 */
- NULL, /* 64 */
- NULL, /* 65 */
- NULL, /* 66 */
- NULL, /* 67 */
- NULL, /* 68 */
- AROS_SLIB_ENTRY(LockIBase,Intuition), /* 69 */
- AROS_SLIB_ENTRY(UnlockIBase,Intuition), /* 70 */
- AROS_SLIB_ENTRY(GetScreenData,Intuition), /* 71 */
- AROS_SLIB_ENTRY(RefreshGList,Intuition), /* 72 */
- NULL, /* 73 */
- NULL, /* 74 */
- AROS_SLIB_ENTRY(ActivateWindow,Intuition), /* 75 */
- AROS_SLIB_ENTRY(RefreshWindowFrame,Intuition), /* 76 */
- NULL, /* 77 */
- AROS_SLIB_ENTRY(NewModifyProp,Intuition), /* 78 */
- NULL, /* 79 */
- NULL, /* 80 */
- NULL, /* 81 */
- NULL, /* 82 */
- NULL, /* 83 */
- NULL, /* 84 */
- AROS_SLIB_ENTRY(LockPubScreen,Intuition), /* 85 */
- AROS_SLIB_ENTRY(UnlockPubScreen,Intuition), /* 86 */
- NULL, /* 87 */
- NULL, /* 88 */
- NULL, /* 89 */
- AROS_SLIB_ENTRY(SetDefaultPubScreen,Intuition), /* 90 */
- NULL, /* 91 */
- NULL, /* 92 */
- AROS_SLIB_ENTRY(ObtainGIRPort,Intuition), /* 93 */
- AROS_SLIB_ENTRY(ReleaseGIRPort,Intuition), /* 94 */
- NULL, /* 95 */
- NULL, /* 96 */
- AROS_SLIB_ENTRY(GetDefaultPubScreen,Intuition), /* 97 */
- AROS_SLIB_ENTRY(EasyRequestArgs,Intuition), /* 98 */
- NULL, /* 99 */
- NULL, /* 100 */
- AROS_SLIB_ENTRY(OpenWindowTagList,Intuition), /* 101 */
- AROS_SLIB_ENTRY(OpenScreenTagList,Intuition), /* 102 */
- AROS_SLIB_ENTRY(DrawImageState,Intuition), /* 103 */
- AROS_SLIB_ENTRY(PointInImage,Intuition), /* 104 */
- AROS_SLIB_ENTRY(EraseImage,Intuition), /* 105 */
- AROS_SLIB_ENTRY(NewObjectA,Intuition), /* 106 */
- AROS_SLIB_ENTRY(DisposeObject,Intuition), /* 107 */
- AROS_SLIB_ENTRY(SetAttrsA,Intuition), /* 108 */
- AROS_SLIB_ENTRY(GetAttr,Intuition), /* 109 */
- NULL, /* 110 */
- NULL, /* 111 */
- NULL, /* 112 */
- AROS_SLIB_ENTRY(MakeClass,Intuition), /* 113 */
- AROS_SLIB_ENTRY(AddClass,Intuition), /* 114 */
- AROS_SLIB_ENTRY(GetScreenDrawInfo,Intuition), /* 115 */
- AROS_SLIB_ENTRY(FreeScreenDrawInfo,Intuition), /* 116 */
- NULL, /* 117 */
- AROS_SLIB_ENTRY(RemoveClass,Intuition), /* 118 */
- AROS_SLIB_ENTRY(FreeClass,Intuition), /* 119 */
- NULL, /* 120 */
- NULL, /* 121 */
- NULL, /* 122 */
- NULL, /* 123 */
- NULL, /* 124 */
- NULL, /* 125 */
- NULL, /* 126 */
- NULL, /* 127 */
- NULL, /* 128 */
- NULL, /* 129 */
- NULL, /* 130 */
- NULL, /* 131 */
- NULL, /* 132 */
- NULL, /* 133 */
- NULL, /* 134 */
- AROS_SLIB_ENTRY(DoGadgetMethodA,Intuition), /* 135 */
- (void *)-1L
- };
-
- char Intuition_end;
-