Initial version of donated sources by Avertec, 3.4p5.
[tas-yagle.git] / distrib / sources / yagle / xyagle / XMH_panel.h
1 /*------------------------------------------------------------\
2 | |
3 | Tool : XYAG |
4 | |
5 | File : Panel.h |
6 | |
7 | Authors : Jacomme Ludovic |
8 | |
9 | Date : 01.06.96 |
10 | |
11 \------------------------------------------------------------*/
12
13 /*------------------------------------------------------------\
14 | |
15 | Include Files |
16 | |
17 \------------------------------------------------------------*/
18
19 # ifndef XYAG_HELP_PANEL
20 # define XYAG_HELP_PANEL
21
22 /*------------------------------------------------------------\
23 | |
24 | Constants |
25 | |
26 \------------------------------------------------------------*/
27
28 # define XYAG_PRESENT_PIXMAP_WIDTH 164
29 # define XYAG_PRESENT_PIXMAP_HEIGHT 150
30
31 # define XYAG_HELP_PRESENT_X 180
32 # define XYAG_HELP_PRESENT_Y 200
33
34 /*------------------------------------------------------------\
35 | |
36 | Types |
37 | |
38 \------------------------------------------------------------*/
39 /*------------------------------------------------------------\
40 | |
41 | Variables |
42 | |
43 \------------------------------------------------------------*/
44 /*------------------------------------------------------------\
45 | |
46 | Functions |
47 | |
48 \------------------------------------------------------------*/
49
50 # endif