PIPS
xv_sizes.h
Go to the documentation of this file.
1 /*
2 
3  $Id: xv_sizes.h 23065 2016-03-02 09:05:50Z coelho $
4 
5  Copyright 1989-2016 MINES ParisTech
6 
7  This file is part of PIPS.
8 
9  PIPS is free software: you can redistribute it and/or modify it
10  under the terms of the GNU General Public License as published by
11  the Free Software Foundation, either version 3 of the License, or
12  any later version.
13 
14  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
15  WARRANTY; without even the implied warranty of MERCHANTABILITY or
16  FITNESS FOR A PARTICULAR PURPOSE.
17 
18  See the GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with PIPS. If not, see <http://www.gnu.org/licenses/>.
22 
23 */
24 /* We need to estimate the size of the decor added by the widow
25  manager, Y_WM_DECOR_SIZE & X_WM_DECOR_SIZE. RK, 9/10/1993. */
26 
27 #define Y_WM_DECOR_SIZE 30
28 #define X_WM_DECOR_SIZE 4
29 
30 #define WPIPS_WIDTH 660
31 #define WPIPS_HEIGHT 190
32 
33 #define EDIT_WIDTH WPIPS_WIDTH
34 /* #define EDIT_HEIGHT 400 */
35 #define EDIT_HEIGHT 363
36 
37 #define DIALOG_WIDTH WPIPS_WIDTH
38 #define DIALOG_HEIGHT 250
39 
40 #define HELP_WIDTH 420
41 #define HELP_HEIGHT 180
42 
43 #define SINGLE_CHOICE_WIDTH 315
44 #define SINGLE_CHOICE_HEIGHT 160
45 
46 #define MULTIPLE_CHOICE_WIDTH 400
47 #define MULTIPLE_CHOICE_HEIGHT 150
48 
49 #define QUERY_HEIGHT 120
50 #define QUERY_WIDTH 330