Rev 15773 | Rev 16827 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 15773 | Rev 16700 | ||
---|---|---|---|
Line 222... | Line 222... | ||
222 | #define NORESET 228 |
222 | #define NORESET 228 |
223 | #define ARCARROW 229 |
223 | #define ARCARROW 229 |
224 | #define KILL 230 |
224 | #define KILL 230 |
225 | #define RANGE 231 |
225 | #define RANGE 231 |
226 | /* the js_function[] dcollection : js-code without configurable argumens see canvasutil.c */ |
226 | /* the js_function[] dcollection : js-code without configurable argumens see canvasutil.c */ |
227 | #define MAX_JS_FUNCTIONS |
227 | #define MAX_JS_FUNCTIONS 52 |
228 | 228 | ||
229 | #define DRAW_GRID 0 |
229 | #define DRAW_GRID 0 |
230 | #define DRAW_CROSSHAIRS 1 |
230 | #define DRAW_CROSSHAIRS 1 |
231 | #define DRAW_GRIDFILL 2 |
231 | #define DRAW_GRIDFILL 2 |
232 | #define DRAW_XML 3 |
232 | #define DRAW_XML 3 |
Line 275... | Line 275... | ||
275 | #define DRAW_TEXTS 46 |
275 | #define DRAW_TEXTS 46 |
276 | #define DRAG_EXTERNAL_IMAGE 47 |
276 | #define DRAG_EXTERNAL_IMAGE 47 |
277 | #define ADD_USER_INPUTS 48 |
277 | #define ADD_USER_INPUTS 48 |
278 | #define JSPLOT_AND_ZOOM 49 |
278 | #define JSPLOT_AND_ZOOM 49 |
279 | #define JS_ARROWHEAD 50 |
279 | #define JS_ARROWHEAD 50 |
- | 280 | #define DRAW_SUBSUP 51 |
|
280 | /* end js_function[] */ |
281 | /* end js_function[] */ |
281 | /* default canvasses, eg png images xsize x ysize */ |
282 | /* default canvasses, eg png images xsize x ysize */ |
282 | #define EXTERNAL_IMAGE_CANVAS 0 /* this is created first !!! in order to draw on it */ |
283 | #define EXTERNAL_IMAGE_CANVAS 0 /* this is created first !!! in order to draw on it */ |
283 | #define BG_CANVAS 1 |
284 | #define BG_CANVAS 1 |
284 | #define STATIC_CANVAS 2 |
285 | #define STATIC_CANVAS 2 |