Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / tas / xtas / xtas_getpath.h
1 /****************************************************************************/
2 /* */
3 /* Chaine de CAO & VLSI Alliance */
4 /* */
5 /* Produit : XTAS Version 5 */
6 /* Fichier : xtas_getpath.h */
7 /* */
8 /* (c) copyright 1991-1998 Laboratoire LIP6 equipe ASIM */
9 /* Tous droits reserves */
10 /* Support : e-mail alliance-support@asim.lip6.fr */
11 /* */
12 /* Author(s) : Lionel PROTZENKO Date : 01/08/1997 */
13 /* */
14 /* Modified by : Date : ../../.... */
15 /* Modified by : Date : ../../.... */
16 /* Modified by : Date : ../../.... */
17 /* */
18 /****************************************************************************/
19 /* */
20 /* */
21 /****************************************************************************/
22
23 #define XTAS_DEFAULT_PATHITEMS 10
24
25 extern void XtasParamUpupCallback __P((
26 Widget ,
27 XtPointer ,
28 XtPointer
29 )) ;
30 extern void XtasParamUpdnCallback __P((
31 Widget ,
32 XtPointer ,
33 XtPointer
34 )) ;
35 extern void XtasParamDndnCallback __P((
36 Widget ,
37 XtPointer ,
38 XtPointer
39 )) ;
40 extern void XtasParamDnupCallback __P((
41 Widget ,
42 XtPointer ,
43 XtPointer
44 )) ;
45 extern void XtasParamMinCallback __P((
46 Widget ,
47 XtPointer ,
48 XtPointer
49 )) ;
50 extern void XtasParamMaxCallback __P((
51 Widget ,
52 XtPointer ,
53 XtPointer
54 )) ;
55 extern void XtasParamCriticCallback __P((
56 Widget ,
57 XtPointer ,
58 XtPointer
59 )) ;
60 extern void XtasParamDualCallback __P((
61 Widget ,
62 XtPointer ,
63 XtPointer
64 )) ;
65 extern void XtasParamNormCallback __P((
66 Widget ,
67 XtPointer ,
68 XtPointer
69 )) ;
70 extern void XtasStartEndSignalCallback __P((
71 Widget ,
72 XtPointer ,
73 XtPointer
74 )) ;
75 extern Widget XtasSetOrderByStartOrEnd __P((
76 int ,
77 int ,
78 char *
79 )) ;
80 extern void XtasGetPathsOkCallback __P((
81 Widget ,
82 XtPointer ,
83 XtPointer
84 )) ;
85 extern void XtasCancelGetPathsCallback __P((
86 Widget ,
87 XtPointer ,
88 XtPointer
89 )) ;
90 extern void XtasMainToolsCallback __P((
91 Widget ,
92 XtPointer ,
93 XtPointer
94 )) ;