~inkscape.dev/inkscape/trunk

« back to all changes in this revision

Viewing changes to src/libgdl/libgdl.h

  • Committer: gustav_b
  • Date: 2007-08-29 21:27:07 UTC
  • Revision ID: gustav_b@users.sourceforge.net-20070829212707-xvg87a2oqejqioxv
Dockable dialogs patch applied 
(https://sourceforge.net/tracker/?func=detail&atid=604308&aid=1688508&group_id=93438)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
 */
 
22
 
 
23
#ifndef __GDL_H__
 
24
#define __GDL_H__
 
25
 
 
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-combo-button.h"
 
36
#include "libgdl/gdl-switcher.h"
 
37
 
 
38
#endif