|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T c
Length: 1727 (0x6bf) Types: TextFile Names: »choices.h«
└─⟦060c9c824⟧ Bits:30007080 DKUUG TeX 2/12/89 └─⟦this⟧ »./tex82/TeXgraphics/transfig/fig2tex/choices.h«
/* * FIG : Facility for Interactive Generation of figures * * Copyright (c) 1985 by Supoj Sutanthavibul (supoj@sally.UTEXAS.EDU) * * University of Texas at Austin, * * November 1985. * * @(#)choices.h 1.5 7/24/86 */ #define DRAW_ELLIPSE_BY_RAD 1 #define DRAW_ELLIPSE_BY_DIA 2 #define DRAW_CIRCLE_BY_RAD 3 #define DRAW_CIRCLE_BY_DIA 4 #define DRAW_CIRCULAR_ARC 5 #define DRAW_POLYLINE 6 #define DRAW_BOX 7 #define DRAW_POLYGON 8 #define DRAW_TEXT 9 #define DRAW_SPLINE 10 #define DRAW_CLOSEDSPLINE 11 #define DRAW_COMPOUND 13 #define CREATE_COMPOUND 17 #define BREAK_COMPOUND 18 #define SCALE_COMPOUND 19 #define DRAW_OBJECT 30 #define COPY 31 #define MOVE 32 #define REPEAT 33 #define REMOVE 34 #define MOVE_POINT 35 #define DELETE_POINT 36 #define ADD_POINT 37 #define DELETE_ARROW_HEAD 38 #define ADD_ARROW_HEAD 39 #define FLIP_XAXIS 40 #define FLIP_YAXIS 41 #define ROTATE90 42 #define ROTATE270 43 #define ROTATE 45 #define FLIP 46 #define AUTOARROW 47 #define SMOOTH_ROUGH 48 #define GRID1 50 #define GRID2 51 #define RULER 52 #define MANHATTAN 53 #define MOUNTAIN 54 #define AUTOF_ARROW 55 #define AUTOB_ARROW 56 #define MAGNET 57 #define SET_PEN_SIZE 70 /* set pen size */ #define SET_LINE_STYLE 71 /* set line style */ #define SET_DASH_LINE 72 #define SET_DOTTED_LINE 73 #define SET_SOLID_LINE 74 #define READ 101 #define WRITE 102 #define UNDO 103 #define REDISPLAY 104 #define QUIT 105 #define CLEAR_ALL 106 #define EXIT 107 #define PWDIR 108 #define CHDIR 109 #define WB 110 #define STRETCH_CANVAS 111