home *** CD-ROM | disk | FTP | other *** search
/ Aminet 18 / aminetcdnumber181997.iso / Aminet / misc / emu / AROSdev.lha / AROS / rom / intuition / intuition_functable.c < prev    next >
C/C++ Source or Header  |  1997-01-27  |  8KB  |  208 lines

  1. /*
  2.         (C) 1995-96 AROS - The Amiga Replacement OS
  3.         *** Automatic generated file. Do not edit ***
  4.         Desc: Funktion table for Intuition
  5.         Lang: english
  6. */
  7. #ifndef AROS_LIBCALL_H
  8. #   include <aros/libcall.h>
  9. #endif
  10. #ifndef NULL
  11. #define NULL ((void *)0)
  12. #endif
  13.  
  14. void AROS_SLIB_ENTRY(open,Intuition) (void);
  15. void AROS_SLIB_ENTRY(close,Intuition) (void);
  16. void AROS_SLIB_ENTRY(expunge,Intuition) (void);
  17. void AROS_SLIB_ENTRY(null,Intuition) (void);
  18. void AROS_SLIB_ENTRY(ClearMenuStrip,Intuition) (void);
  19. void AROS_SLIB_ENTRY(CloseScreen,Intuition) (void);
  20. void AROS_SLIB_ENTRY(CloseWindow,Intuition) (void);
  21. void AROS_SLIB_ENTRY(DrawBorder,Intuition) (void);
  22. void AROS_SLIB_ENTRY(DrawImage,Intuition) (void);
  23. void AROS_SLIB_ENTRY(ModifyIDCMP,Intuition) (void);
  24. void AROS_SLIB_ENTRY(ModifyProp,Intuition) (void);
  25. void AROS_SLIB_ENTRY(OpenScreen,Intuition) (void);
  26. void AROS_SLIB_ENTRY(OpenWindow,Intuition) (void);
  27. void AROS_SLIB_ENTRY(PrintIText,Intuition) (void);
  28. void AROS_SLIB_ENTRY(RefreshGadgets,Intuition) (void);
  29. void AROS_SLIB_ENTRY(SetWindowTitles,Intuition) (void);
  30. void AROS_SLIB_ENTRY(SizeWindow,Intuition) (void);
  31. void AROS_SLIB_ENTRY(WindowToBack,Intuition) (void);
  32. void AROS_SLIB_ENTRY(WindowToFront,Intuition) (void);
  33. void AROS_SLIB_ENTRY(AutoRequest,Intuition) (void);
  34. void AROS_SLIB_ENTRY(BeginRefresh,Intuition) (void);
  35. void AROS_SLIB_ENTRY(EndRefresh,Intuition) (void);
  36. void AROS_SLIB_ENTRY(LockIBase,Intuition) (void);
  37. void AROS_SLIB_ENTRY(UnlockIBase,Intuition) (void);
  38. void AROS_SLIB_ENTRY(GetScreenData,Intuition) (void);
  39. void AROS_SLIB_ENTRY(RefreshGList,Intuition) (void);
  40. void AROS_SLIB_ENTRY(ActivateWindow,Intuition) (void);
  41. void AROS_SLIB_ENTRY(RefreshWindowFrame,Intuition) (void);
  42. void AROS_SLIB_ENTRY(NewModifyProp,Intuition) (void);
  43. void AROS_SLIB_ENTRY(LockPubScreen,Intuition) (void);
  44. void AROS_SLIB_ENTRY(UnlockPubScreen,Intuition) (void);
  45. void AROS_SLIB_ENTRY(SetDefaultPubScreen,Intuition) (void);
  46. void AROS_SLIB_ENTRY(ObtainGIRPort,Intuition) (void);
  47. void AROS_SLIB_ENTRY(ReleaseGIRPort,Intuition) (void);
  48. void AROS_SLIB_ENTRY(GetDefaultPubScreen,Intuition) (void);
  49. void AROS_SLIB_ENTRY(EasyRequestArgs,Intuition) (void);
  50. void AROS_SLIB_ENTRY(OpenWindowTagList,Intuition) (void);
  51. void AROS_SLIB_ENTRY(OpenScreenTagList,Intuition) (void);
  52. void AROS_SLIB_ENTRY(DrawImageState,Intuition) (void);
  53. void AROS_SLIB_ENTRY(PointInImage,Intuition) (void);
  54. void AROS_SLIB_ENTRY(EraseImage,Intuition) (void);
  55. void AROS_SLIB_ENTRY(NewObjectA,Intuition) (void);
  56. void AROS_SLIB_ENTRY(DisposeObject,Intuition) (void);
  57. void AROS_SLIB_ENTRY(SetAttrsA,Intuition) (void);
  58. void AROS_SLIB_ENTRY(GetAttr,Intuition) (void);
  59. void AROS_SLIB_ENTRY(MakeClass,Intuition) (void);
  60. void AROS_SLIB_ENTRY(AddClass,Intuition) (void);
  61. void AROS_SLIB_ENTRY(GetScreenDrawInfo,Intuition) (void);
  62. void AROS_SLIB_ENTRY(FreeScreenDrawInfo,Intuition) (void);
  63. void AROS_SLIB_ENTRY(RemoveClass,Intuition) (void);
  64. void AROS_SLIB_ENTRY(FreeClass,Intuition) (void);
  65. void AROS_SLIB_ENTRY(DoGadgetMethodA,Intuition) (void);
  66.  
  67. void *const Intuition_functable[]=
  68. {
  69.     AROS_SLIB_ENTRY(open,Intuition), /* 1 */
  70.     AROS_SLIB_ENTRY(close,Intuition), /* 2 */
  71.     AROS_SLIB_ENTRY(expunge,Intuition), /* 3 */
  72.     AROS_SLIB_ENTRY(null,Intuition), /* 4 */
  73.     NULL, /* 5 */
  74.     NULL, /* 6 */
  75.     NULL, /* 7 */
  76.     NULL, /* 8 */
  77.     AROS_SLIB_ENTRY(ClearMenuStrip,Intuition), /* 9 */
  78.     NULL, /* 10 */
  79.     AROS_SLIB_ENTRY(CloseScreen,Intuition), /* 11 */
  80.     AROS_SLIB_ENTRY(CloseWindow,Intuition), /* 12 */
  81.     NULL, /* 13 */
  82.     NULL, /* 14 */
  83.     NULL, /* 15 */
  84.     NULL, /* 16 */
  85.     NULL, /* 17 */
  86.     AROS_SLIB_ENTRY(DrawBorder,Intuition), /* 18 */
  87.     AROS_SLIB_ENTRY(DrawImage,Intuition), /* 19 */
  88.     NULL, /* 20 */
  89.     NULL, /* 21 */
  90.     NULL, /* 22 */
  91.     NULL, /* 23 */
  92.     NULL, /* 24 */
  93.     AROS_SLIB_ENTRY(ModifyIDCMP,Intuition), /* 25 */
  94.     AROS_SLIB_ENTRY(ModifyProp,Intuition), /* 26 */
  95.     NULL, /* 27 */
  96.     NULL, /* 28 */
  97.     NULL, /* 29 */
  98.     NULL, /* 30 */
  99.     NULL, /* 31 */
  100.     NULL, /* 32 */
  101.     AROS_SLIB_ENTRY(OpenScreen,Intuition), /* 33 */
  102.     AROS_SLIB_ENTRY(OpenWindow,Intuition), /* 34 */
  103.     NULL, /* 35 */
  104.     AROS_SLIB_ENTRY(PrintIText,Intuition), /* 36 */
  105.     AROS_SLIB_ENTRY(RefreshGadgets,Intuition), /* 37 */
  106.     NULL, /* 38 */
  107.     NULL, /* 39 */
  108.     NULL, /* 40 */
  109.     NULL, /* 41 */
  110.     NULL, /* 42 */
  111.     NULL, /* 43 */
  112.     NULL, /* 44 */
  113.     NULL, /* 45 */
  114.     AROS_SLIB_ENTRY(SetWindowTitles,Intuition), /* 46 */
  115.     NULL, /* 47 */
  116.     AROS_SLIB_ENTRY(SizeWindow,Intuition), /* 48 */
  117.     NULL, /* 49 */
  118.     NULL, /* 50 */
  119.     AROS_SLIB_ENTRY(WindowToBack,Intuition), /* 51 */
  120.     AROS_SLIB_ENTRY(WindowToFront,Intuition), /* 52 */
  121.     NULL, /* 53 */
  122.     NULL, /* 54 */
  123.     NULL, /* 55 */
  124.     NULL, /* 56 */
  125.     NULL, /* 57 */
  126.     AROS_SLIB_ENTRY(AutoRequest,Intuition), /* 58 */
  127.     AROS_SLIB_ENTRY(BeginRefresh,Intuition), /* 59 */
  128.     NULL, /* 60 */
  129.     AROS_SLIB_ENTRY(EndRefresh,Intuition), /* 61 */
  130.     NULL, /* 62 */
  131.     NULL, /* 63 */
  132.     NULL, /* 64 */
  133.     NULL, /* 65 */
  134.     NULL, /* 66 */
  135.     NULL, /* 67 */
  136.     NULL, /* 68 */
  137.     AROS_SLIB_ENTRY(LockIBase,Intuition), /* 69 */
  138.     AROS_SLIB_ENTRY(UnlockIBase,Intuition), /* 70 */
  139.     AROS_SLIB_ENTRY(GetScreenData,Intuition), /* 71 */
  140.     AROS_SLIB_ENTRY(RefreshGList,Intuition), /* 72 */
  141.     NULL, /* 73 */
  142.     NULL, /* 74 */
  143.     AROS_SLIB_ENTRY(ActivateWindow,Intuition), /* 75 */
  144.     AROS_SLIB_ENTRY(RefreshWindowFrame,Intuition), /* 76 */
  145.     NULL, /* 77 */
  146.     AROS_SLIB_ENTRY(NewModifyProp,Intuition), /* 78 */
  147.     NULL, /* 79 */
  148.     NULL, /* 80 */
  149.     NULL, /* 81 */
  150.     NULL, /* 82 */
  151.     NULL, /* 83 */
  152.     NULL, /* 84 */
  153.     AROS_SLIB_ENTRY(LockPubScreen,Intuition), /* 85 */
  154.     AROS_SLIB_ENTRY(UnlockPubScreen,Intuition), /* 86 */
  155.     NULL, /* 87 */
  156.     NULL, /* 88 */
  157.     NULL, /* 89 */
  158.     AROS_SLIB_ENTRY(SetDefaultPubScreen,Intuition), /* 90 */
  159.     NULL, /* 91 */
  160.     NULL, /* 92 */
  161.     AROS_SLIB_ENTRY(ObtainGIRPort,Intuition), /* 93 */
  162.     AROS_SLIB_ENTRY(ReleaseGIRPort,Intuition), /* 94 */
  163.     NULL, /* 95 */
  164.     NULL, /* 96 */
  165.     AROS_SLIB_ENTRY(GetDefaultPubScreen,Intuition), /* 97 */
  166.     AROS_SLIB_ENTRY(EasyRequestArgs,Intuition), /* 98 */
  167.     NULL, /* 99 */
  168.     NULL, /* 100 */
  169.     AROS_SLIB_ENTRY(OpenWindowTagList,Intuition), /* 101 */
  170.     AROS_SLIB_ENTRY(OpenScreenTagList,Intuition), /* 102 */
  171.     AROS_SLIB_ENTRY(DrawImageState,Intuition), /* 103 */
  172.     AROS_SLIB_ENTRY(PointInImage,Intuition), /* 104 */
  173.     AROS_SLIB_ENTRY(EraseImage,Intuition), /* 105 */
  174.     AROS_SLIB_ENTRY(NewObjectA,Intuition), /* 106 */
  175.     AROS_SLIB_ENTRY(DisposeObject,Intuition), /* 107 */
  176.     AROS_SLIB_ENTRY(SetAttrsA,Intuition), /* 108 */
  177.     AROS_SLIB_ENTRY(GetAttr,Intuition), /* 109 */
  178.     NULL, /* 110 */
  179.     NULL, /* 111 */
  180.     NULL, /* 112 */
  181.     AROS_SLIB_ENTRY(MakeClass,Intuition), /* 113 */
  182.     AROS_SLIB_ENTRY(AddClass,Intuition), /* 114 */
  183.     AROS_SLIB_ENTRY(GetScreenDrawInfo,Intuition), /* 115 */
  184.     AROS_SLIB_ENTRY(FreeScreenDrawInfo,Intuition), /* 116 */
  185.     NULL, /* 117 */
  186.     AROS_SLIB_ENTRY(RemoveClass,Intuition), /* 118 */
  187.     AROS_SLIB_ENTRY(FreeClass,Intuition), /* 119 */
  188.     NULL, /* 120 */
  189.     NULL, /* 121 */
  190.     NULL, /* 122 */
  191.     NULL, /* 123 */
  192.     NULL, /* 124 */
  193.     NULL, /* 125 */
  194.     NULL, /* 126 */
  195.     NULL, /* 127 */
  196.     NULL, /* 128 */
  197.     NULL, /* 129 */
  198.     NULL, /* 130 */
  199.     NULL, /* 131 */
  200.     NULL, /* 132 */
  201.     NULL, /* 133 */
  202.     NULL, /* 134 */
  203.     AROS_SLIB_ENTRY(DoGadgetMethodA,Intuition), /* 135 */
  204.     (void *)-1L
  205. };
  206.  
  207. char Intuition_end;
  208.