Code

Prevent localized doubles from being written into filter matrices
[inkscape.git] / src / libgdl / libgdl.h
1 /*  -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
2  * 
3  * This file is part of the GNOME Devtools Libraries.
4  * 
5  * Copyright (C) 1999-2000 Dave Camp <dave@helixcode.com>
6  *
7  * This program is free software; you can redistribute it and/or modify
8  * it under the terms of the GNU General Public License as published by
9  * the Free Software Foundation; either version 2 of the License, or
10  * (at your option) any later version.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15  * GNU General Public License for more details.
16  *
17  * You should have received a copy of the GNU General Public License
18  * along with this program; if not, write to the Free Software
19  * Foundation, Inc., 59 Temple Place - Suite 330,
20  * Boston, MA 02111-1307, USA.  
21  */
23 #ifndef __GDL_H__
24 #define __GDL_H__
26 #include "libgdl/gdl-tools.h"
27 #include "libgdl/gdl-dock-object.h"
28 #include "libgdl/gdl-dock-master.h"
29 #include "libgdl/gdl-dock.h"
30 #include "libgdl/gdl-dock-item.h"
31 #include "libgdl/gdl-dock-paned.h"
32 #include "libgdl/gdl-dock-notebook.h"
33 #include "libgdl/gdl-dock-tablabel.h"
34 #include "libgdl/gdl-dock-bar.h"
35 #include "libgdl/gdl-switcher.h"
37 #endif