File: dummygraph.c

package info (click to toggle)
xlispstat 3.52.14-1
  • links: PTS
  • area: main
  • in suites: potato
  • size: 7,560 kB
  • ctags: 12,676
  • sloc: ansic: 91,357; lisp: 21,759; sh: 1,525; makefile: 521; csh: 1
file content (141 lines) | stat: -rw-r--r-- 5,876 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
/* XLISP-STAT 2.1 Copyright (c) 1990, by Luke Tierney                  */
/* Additions to Xlisp 2.1, Copyright (c) 1989 by David Michael Betz    */
/* You may give out copies of this software; for conditions see the    */
/* file COPYING included with this distribution.                       */

StInitGraphics() {}

StScreenHasColor() { return(0); }
StGetScreenSize() {}
StFlushGraphics(){}
StWSetTitle() {}
StHideWindow() {}
StShowWindow() {}
StHasWindows() { return(0); }

StWSetLocation() { xlfail("not supported"); }
StWGetLocation() { xlfail("not supported"); }
StWGetSize() { xlfail("not supported"); }
StWSetSize() { xlfail("not supported"); }
StGWSetSize() { xlfail("not supported"); }
StGWShowWindow() { xlfail("not supported"); }
IViewWindowGetObject() { xlfail("not supported"); }
IViewWindowWinInfo() { xlfail("not supported"); }
StGWWinInfoSize() { return(1); }
StGWInitWinInfo() {}
IViewGetNewBrushSize() { xlfail("not supported"); }
StGWInitialDraw() { xlfail("not supported"); }
StGWFrameRect() { xlfail("not supported"); }
StGWDrawMode() { xlfail("not supported"); }
StGWSetDrawMode() { xlfail("not supported"); }
StGWLineType() { xlfail("not supported"); }
StGWSetLineType() { xlfail("not supported"); }
StGWWhileButtonDown() { xlfail("not supported"); }

IViewWindowNew() { xlfail("not supported"); }
StGWSetIdleOn() { xlfail("not supported"); }
StGWSetObject() {}
StGWSetDrawColor() { xlfail("not supported"); }
StGWSetBackColor() { xlfail("not supported"); }
StGWGetScreenSize() { xlfail("not supported"); }
StGWSetHasHscroll() { xlfail("not supported"); }
StGWSetHasVscroll() { xlfail("not supported"); }
StGWIdleOn() { xlfail("not supported"); }
StGWRemove() { xlfail("not supported"); }
StGWSetTitle() { xlfail("not supported"); }
StGWSetUseColor() { xlfail("not supported"); }
StGWCanvasWidth() { xlfail("not supported"); }
StGWCanvasHeight() { xlfail("not supported"); }
StGWDrawColor() { xlfail("not supported"); }
StGWBackColor() { xlfail("not supported"); }
StGWUseColor() { xlfail("not supported"); }
StGWReverseColors() { xlfail("not supported"); }
StGWGetViewRect() { xlfail("not supported"); }
StGWSetLineWidth() { xlfail("not supported"); }
StGWGetLineWidth() { xlfail("not supported"); }
StGWHasHscroll() { xlfail("not supported"); }
StGWHasVscroll() { xlfail("not supported"); }
StGWSetScroll() { xlfail("not supported"); }
StGWGetScroll() { xlfail("not supported"); }
StGWSetHscrollIncs() { xlfail("not supported"); }
StGWSetVscrollIncs() { xlfail("not supported"); }
StGWGetHscrollIncs() { xlfail("not supported"); }
StGWGetVscrollIncs() { xlfail("not supported"); }
StGWDrawLine() { xlfail("not supported"); }
StGWEraseRect() { xlfail("not supported"); }
StGWPaintRect() { xlfail("not supported"); }
StGWEraseOval() { xlfail("not supported"); }
StGWFrameOval() { xlfail("not supported"); }
StGWPaintOval() { xlfail("not supported"); }
StGWTextAscent() { xlfail("not supported"); }
StGWTextWidth() { xlfail("not supported"); }
StGWDrawStringUp() { xlfail("not supported"); }
StGWDrawString() { xlfail("not supported"); }
StGWDrawTextUp() { xlfail("not supported"); }
StGWDrawText() { xlfail("not supported"); }
StGWDrawSymbol() { xlfail("not supported"); }
StGWReplaceSymbol() { xlfail("not supported"); }
StGWStartBuffering() { xlfail("not supported"); }
StGWBufferToScreen() { xlfail("not supported"); }
StGWSetClipRect() { xlfail("not supported"); }
StGWGetClipRect() { xlfail("not supported"); }
StGWSetCursor() { xlfail("not supported"); }
StGWCursor() { xlfail("not supported"); }
StGWResetBuffer() { xlfail("not supported"); }
StGWSetColRefCon() {}
StGWGetColRefCon() { xlfail("not supported"); }
StGWSetSymRefCon() {}
StGWGetSymRefCon() { xlfail("not supported"); }
StGWSetCursRefCon() {}
StGWGetCursRefCon() { xlfail("not supported"); }
StGWFreeCursor() { xlfail("not supported"); }
StGWMakeCursor() { xlfail("not supported"); }
StGWMakeResCursor() { xlfail("not supported"); }
StGWErasePoly() { xlfail("not supported"); }
StGWPaintArc() { xlfail("not supported"); }
StGWEraseArc() { xlfail("not supported"); }
StGWFrameArc() { xlfail("not supported"); }
StGWFreeColor() { xlfail("not supported"); }
StGWMakeColor() { xlfail("not supported"); }
StGWTextDescent() { xlfail("not supported"); }
StGWFramePoly() { xlfail("not supported"); }
StGWPaintPoly() { xlfail("not supported"); }
StGWGetRefCon() { xlfail("not supported"); }
StGWSetRefCon() { xlfail("not supported"); }
StGWSetFreeMem() { xlfail("not supported"); }
StGWIsActive() { xlfail("not supported"); }
StGWGetSymbolSize() { xlfail("not supported"); }
StGWDumpImage() { xlfail("not supported"); }
StGWDrawPoint() { xlfail("not supported"); }
StGWDrawBitmap() { xlfail("not supported"); }

DialogRemove() { xlfail("not supported"); }
DialogAllocate() { xlfail("not supported"); }
DialogSetDefaultButton() { xlfail("not supported"); }
DialogGetModalItem() { xlfail("not supported"); }
DialogButtonGetDefaultSize() { xlfail("not supported"); }
DialogToggleGetDefaultSize() { xlfail("not supported"); }
DialogToggleItemValue() { xlfail("not supported"); }
DialogTextGetDefaultSize() { xlfail("not supported"); }
DialogTextItemText() { xlfail("not supported"); }
DialogChoiceGetDefaultSize() { xlfail("not supported"); }
DialogChoiceItemValue() { xlfail("not supported"); }
DialogScrollGetDefaultSize() { xlfail("not supported"); }
DialogScrollItemValue() { xlfail("not supported"); }
DialogScrollItemMax() { xlfail("not supported"); }
DialogScrollItemMin() { xlfail("not supported"); }
DialogListGetDefaultSize() { xlfail("not supported"); }
DialogListItemSetText() { xlfail("not supported"); }
DialogListItemSelection() { xlfail("not supported"); }

StMObDisposeMach () {}
StMObDeleteItem () {}
StMObSetItemProp () {}
StMObAppendItems () {}
StMObAllocateMach () {}
StMObRemove () {}
StMObInstalled () { return(0); }
StMObEnable () {}
StMObInstall () {}
StMObPopup () {}