/*

  $Id$

  Copyright 1989-2016 MINES ParisTech

  This file is part of PIPS.

  PIPS is free software: you can redistribute it and/or modify it
  under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  any later version.

  PIPS is distributed in the hope that it will be useful, but WITHOUT ANY
  WARRANTY; without even the implied warranty of MERCHANTABILITY or
  FITNESS FOR A PARTICULAR PURPOSE.

  See the GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with PIPS.  If not, see <http://www.gnu.org/licenses/>.

*/
/* We need to estimate the size of the decor added by the widow
   manager, Y_WM_DECOR_SIZE & X_WM_DECOR_SIZE. RK, 9/10/1993. */

#define Y_WM_DECOR_SIZE 30
#define X_WM_DECOR_SIZE 4

#define WPIPS_WIDTH  660
#define WPIPS_HEIGHT 190

#define EDIT_WIDTH WPIPS_WIDTH
/* #define EDIT_HEIGHT 400 */
#define EDIT_HEIGHT 363

#define DIALOG_WIDTH WPIPS_WIDTH
#define DIALOG_HEIGHT 250

#define HELP_WIDTH 420
#define HELP_HEIGHT 180

#define SINGLE_CHOICE_WIDTH 315
#define SINGLE_CHOICE_HEIGHT 160

#define MULTIPLE_CHOICE_WIDTH 400
#define MULTIPLE_CHOICE_HEIGHT 150

#define QUERY_HEIGHT 120
#define QUERY_WIDTH 330
