~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dialogs/xml-tree.cpp

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#define __SP_XMLVIEW_TREE_C__
2
 
 
3
 
/**
4
 
 * \brief  XML View
5
 
 *
6
 
 * Authors:
 
1
/** @file
 
2
 * @brief XML editor
 
3
 */
 
4
/* Authors:
7
5
 *   Lauris Kaplinski <lauris@kaplinski.com>
8
6
 *   MenTaLguY <mental@rydia.net>
9
7
 *   bulia byak <buliabyak@users.sf.net>
10
8
 *   Johan Engelen <goejendaagh@zonnet.nl>
 
9
 *   David Turner
11
10
 *
12
11
 * Copyright (C) 1999-2006 Authors
13
 
 * Copyright (C) 2004 David Turner
14
 
 *
15
12
 * Released under GNU GPL, read the file 'COPYING' for more information
16
13
 */
17
14
 
18
 
#ifdef HAVE_CONFIG_H
19
 
# include "config.h"
20
 
#endif
21
 
 
22
 
#include <gtk/gtkmain.h>
23
 
#include <gtk/gtkhbox.h>
24
 
#include <gtk/gtkvbox.h>
25
 
#include <gtk/gtkhpaned.h>
26
 
#include <gtk/gtkvpaned.h>
27
 
#include <gtk/gtkhseparator.h>
28
 
#include <gtk/gtkhbbox.h>
29
 
#include <gtk/gtktoolbar.h>
30
 
#include <gtk/gtkscrolledwindow.h>
31
 
#include <gtk/gtkentry.h>
32
 
#include <gtk/gtkarrow.h>
33
 
 
 
15
#include <gtk/gtk.h>
34
16
#include <glibmm/i18n.h>
35
17
#include "helper/window.h"
36
18
#include "macros.h"