home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d3xx / d386 / xlispstat.lha / XLispStat / src3.lzh / UNIX / dummygraph.c < prev    next >
Encoding:
Text File  |  1990-07-30  |  5.7 KB  |  142 lines

  1. /* XLISP-STAT 2.1 Copyright (c) 1990, by Luke Tierney                  */
  2. /* Additions to Xlisp 2.1, Copyright (c) 1989 by David Michael Betz    */
  3. /* You may give out copies of this software; for conditions see the    */
  4. /* file COPYING included with this distribution.                       */
  5.  
  6. StInitGraphics() {}
  7.  
  8. StScreenHasColor() { return(0); }
  9. StGetScreenSize() {}
  10. StFlushGraphics(){}
  11. StWSetTitle() {}
  12. StHideWindow() {}
  13. StShowWindow() {}
  14. StHasWindows() { return(0); }
  15.  
  16. StWSetLocation() { xlfail("not supported"); }
  17. StWGetLocation() { xlfail("not supported"); }
  18. StWGetSize() { xlfail("not supported"); }
  19. StWSetSize() { xlfail("not supported"); }
  20. StGWSetSize() { xlfail("not supported"); }
  21. StGWShowWindow() { xlfail("not supported"); }
  22. IViewWindowGetObject() { xlfail("not supported"); }
  23. IViewWindowWinInfo() { xlfail("not supported"); }
  24. StGWWinInfoSize() { return(1); }
  25. StGWInitWinInfo() {}
  26. IViewGetNewBrushSize() { xlfail("not supported"); }
  27. StGWInitialDraw() { xlfail("not supported"); }
  28. StGWFrameRect() { xlfail("not supported"); }
  29. StGWDrawMode() { xlfail("not supported"); }
  30. StGWSetDrawMode() { xlfail("not supported"); }
  31. StGWLineType() { xlfail("not supported"); }
  32. StGWSetLineType() { xlfail("not supported"); }
  33. StGWWhileButtonDown() { xlfail("not supported"); }
  34.  
  35. IViewWindowNew() { xlfail("not supported"); }
  36. StGWSetIdleOn() { xlfail("not supported"); }
  37. StGWSetObject() {}
  38. StGWSetDrawColor() { xlfail("not supported"); }
  39. StGWSetBackColor() { xlfail("not supported"); }
  40. StGWGetScreenSize() { xlfail("not supported"); }
  41. StGWSetHasHscroll() { xlfail("not supported"); }
  42. StGWSetHasVscroll() { xlfail("not supported"); }
  43. StGWIdleOn() { xlfail("not supported"); }
  44. StGWRemove() { xlfail("not supported"); }
  45. StGWSetTitle() { xlfail("not supported"); }
  46. StGWSetUseColor() { xlfail("not supported"); }
  47. StGWCanvasWidth() { xlfail("not supported"); }
  48. StGWCanvasHeight() { xlfail("not supported"); }
  49. StGWDrawColor() { xlfail("not supported"); }
  50. StGWBackColor() { xlfail("not supported"); }
  51. StGWUseColor() { xlfail("not supported"); }
  52. StGWReverseColors() { xlfail("not supported"); }
  53. StGWGetViewRect() { xlfail("not supported"); }
  54. StGWSetLineWidth() { xlfail("not supported"); }
  55. StGWGetLineWidth() { xlfail("not supported"); }
  56. StGWHasHscroll() { xlfail("not supported"); }
  57. StGWHasVscroll() { xlfail("not supported"); }
  58. StGWSetScroll() { xlfail("not supported"); }
  59. StGWGetScroll() { xlfail("not supported"); }
  60. StGWSetHscrollIncs() { xlfail("not supported"); }
  61. StGWSetVscrollIncs() { xlfail("not supported"); }
  62. StGWGetHscrollIncs() { xlfail("not supported"); }
  63. StGWGetVscrollIncs() { xlfail("not supported"); }
  64. StGWDrawLine() { xlfail("not supported"); }
  65. StGWEraseRect() { xlfail("not supported"); }
  66. StGWPaintRect() { xlfail("not supported"); }
  67. StGWEraseOval() { xlfail("not supported"); }
  68. StGWFrameOval() { xlfail("not supported"); }
  69. StGWPaintOval() { xlfail("not supported"); }
  70. StGWTextAscent() { xlfail("not supported"); }
  71. StGWTextWidth() { xlfail("not supported"); }
  72. StGWDrawStringUp() { xlfail("not supported"); }
  73. StGWDrawString() { xlfail("not supported"); }
  74. StGWDrawTextUp() { xlfail("not supported"); }
  75. StGWDrawText() { xlfail("not supported"); }
  76. StGWDrawSymbol() { xlfail("not supported"); }
  77. StGWReplaceSymbol() { xlfail("not supported"); }
  78. StGWStartBuffering() { xlfail("not supported"); }
  79. StGWBufferToScreen() { xlfail("not supported"); }
  80. StGWSetClipRect() { xlfail("not supported"); }
  81. StGWGetClipRect() { xlfail("not supported"); }
  82. StGWSetCursor() { xlfail("not supported"); }
  83. StGWCursor() { xlfail("not supported"); }
  84. StGWResetBuffer() { xlfail("not supported"); }
  85. StGWSetColRefCon() {}
  86. StGWGetColRefCon() { xlfail("not supported"); }
  87. StGWSetSymRefCon() {}
  88. StGWGetSymRefCon() { xlfail("not supported"); }
  89. StGWSetCursRefCon() {}
  90. StGWGetCursRefCon() { xlfail("not supported"); }
  91. StGWFreeCursor() { xlfail("not supported"); }
  92. StGWMakeCursor() { xlfail("not supported"); }
  93. StGWMakeResCursor() { xlfail("not supported"); }
  94. StGWErasePoly() { xlfail("not supported"); }
  95. StGWPaintArc() { xlfail("not supported"); }
  96. StGWEraseArc() { xlfail("not supported"); }
  97. StGWFrameArc() { xlfail("not supported"); }
  98. StGWFreeColor() { xlfail("not supported"); }
  99. StGWMakeColor() { xlfail("not supported"); }
  100. StGWTextDescent() { xlfail("not supported"); }
  101. StGWFramePoly() { xlfail("not supported"); }
  102. StGWPaintPoly() { xlfail("not supported"); }
  103. StGWGetRefCon() { xlfail("not supported"); }
  104. StGWSetRefCon() { xlfail("not supported"); }
  105. StGWSetFreeMem() { xlfail("not supported"); }
  106. StGWIsActive() { xlfail("not supported"); }
  107. StGWGetSymbolSize() { xlfail("not supported"); }
  108. StGWDumpImage() { xlfail("not supported"); }
  109. StGWDrawPoint() { xlfail("not supported"); }
  110. StGWDrawBitmap() { xlfail("not supported"); }
  111.  
  112. DialogRemove() { xlfail("not supported"); }
  113. DialogAllocate() { xlfail("not supported"); }
  114. DialogSetDefaultButton() { xlfail("not supported"); }
  115. DialogGetModalItem() { xlfail("not supported"); }
  116. DialogButtonGetDefaultSize() { xlfail("not supported"); }
  117. DialogToggleGetDefaultSize() { xlfail("not supported"); }
  118. DialogToggleItemValue() { xlfail("not supported"); }
  119. DialogTextGetDefaultSize() { xlfail("not supported"); }
  120. DialogTextItemText() { xlfail("not supported"); }
  121. DialogChoiceGetDefaultSize() { xlfail("not supported"); }
  122. DialogChoiceItemValue() { xlfail("not supported"); }
  123. DialogScrollGetDefaultSize() { xlfail("not supported"); }
  124. DialogScrollItemValue() { xlfail("not supported"); }
  125. DialogScrollItemMax() { xlfail("not supported"); }
  126. DialogScrollItemMin() { xlfail("not supported"); }
  127. DialogListGetDefaultSize() { xlfail("not supported"); }
  128. DialogListItemSetText() { xlfail("not supported"); }
  129. DialogListItemSelection() { xlfail("not supported"); }
  130.  
  131. StMObDisposeMach () {}
  132. StMObDeleteItem () {}
  133. StMObSetItemProp () {}
  134. StMObAppendItems () {}
  135. StMObAllocateMach () {}
  136. StMObRemove () {}
  137. StMObInstalled () { return(0); }
  138. StMObEnable () {}
  139. StMObInstall () {}
  140. StMObPopup () {}
  141.  
  142.