File: defs.h

package info (click to toggle)
scilab 2.6-4
  • links: PTS
  • area: non-free
  • in suites: woody
  • size: 54,632 kB
  • ctags: 40,267
  • sloc: ansic: 267,851; fortran: 166,549; sh: 10,005; makefile: 4,119; tcl: 1,070; cpp: 233; csh: 143; asm: 135; perl: 130; java: 39
file content (51 lines) | stat: -rw-r--r-- 1,387 bytes parent folder | download | duplicates (2)
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
/**************************************************************
 DEFAULTS VALUES WHICH CAN BE MODIFIED BY RESSOURCES
**************************************************************/

/* initial geometry of xmetanet window */
#define METAWIDTH 1000
#define METAHEIGHT 725
#define IMETAWIDTH 850
#define IMETAHEIGHT 600
#define X 100
#define DX 14
#define Y 10
#define DY 25

/* dimension of draw window */
#define DRAWWIDTH 1000  /* Metanet.drawWidth  */
#define DRAWHEIGHT 1000 /* Metanet.drawHeight */

/* default menu font */
#define METAFONT "-adobe-helvetica-bold-r-normal--*-120-*-*-p-*-iso8859-1"

/* default help font */
#define HELPFONT "-misc-fixed-bold-r-normal--15-140-75-75-c-90-iso8859-1"

/* default draw font size */
#define DRAWFONTSIZE 12

/**************************************************************
 OTHER VALUES 
**************************************************************/

/* minimum dimension of xmetanet window */
#define MINHEIGHT 100
#define MINWIDTH 200
/* width of plain arc */
#define ARCW 1
/* width of hilited arc */
#define ARCH 3
/* width of node frontier */
#define NODEW 2
/* diameter of node */
#define NODEDIAM 20
/* dimensions for curved arc, loop arc and  arc arrow */
#define ARROWLENGTH 6
#define ARROWWIDTH 6
#define BEZIERDY 12
#define ARCDX 0.25
#define ARCDY 20
/* relative origin of transients shells */
#define INCX 30
#define INCY 50