gschem

x_dialog.h

Go to the documentation of this file.
00001 /* gEDA - GPL Electronic Design Automation
00002  * gschem - gEDA Schematic Capture
00003  * Copyright (C) 2006-2010 Dan McMahill
00004  *
00005  * This program is free software; you can redistribute it and/or
00006  * modify it under the terms of the GNU Library General Public
00007  * License as published by the Free Software Foundation; either
00008  * version 2 of the License, or (at your option) any later version.
00009  *
00010  * This program is distributed in the hope that it will be useful,
00011  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00012  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013  * Library General Public License for more details.
00014  *
00015  * You should have received a copy of the GNU General Public License
00016  * along with this program; if not, write to the Free Software
00017  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
00018  * MA 02111-1301 USA.
00019  */
00020 
00021 
00022 #ifndef __X_DIALOG_H__
00023 #define __X_DIALOG_H__
00024 
00025 /* 
00026  * Flags for generic_filesel_dialog()
00027  */
00028 
00029 #define FSB_MAY_EXIST       1
00030 #define FSB_MUST_EXIST      2
00031 #define FSB_SHOULD_NOT_EXIST    4
00032 
00033 #define FSB_SAVE        256
00034 #define FSB_LOAD        512
00035 
00036 /*
00037  * define spacings for dialogs
00038  */
00039 
00040 #define DIALOG_BORDER_SPACING 5
00041 #define DIALOG_V_SPACING 8
00042 #define DIALOG_H_SPACING 10
00043 #define DIALOG_INDENTATION 10
00044 
00045 #endif /* __X_DIALOG_H__ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines