missing NULL terminator in set_config_x
[geda-gaf.git] / gschem / include / x_dialog.h
blob23deaa83ba6c66170eefa27dbc96a38a300c7915
1 /* gEDA - GPL Electronic Design Automation
2 * gschem - gEDA Schematic Capture
3 * Copyright (C) 2006-2010 Dan McMahill
4 * Copyright (C) 2006-2020 gEDA Contributors (see ChangeLog for details)
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
22 #ifndef __X_DIALOG_H__
23 #define __X_DIALOG_H__
25 /*
26 * Flags for generic_filesel_dialog()
29 #define FSB_MAY_EXIST 1
30 #define FSB_MUST_EXIST 2
31 #define FSB_SHOULD_NOT_EXIST 4
33 #define FSB_SAVE 256
34 #define FSB_LOAD 512
37 * define spacings for dialogs
40 #define DIALOG_BORDER_SPACING 5
41 #define DIALOG_V_SPACING 8
42 #define DIALOG_H_SPACING 10
43 #define DIALOG_INDENTATION 10
45 #endif /* __X_DIALOG_H__ */