aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-01-17 01:17:04 +0800
committerChris Lahey <clahey@src.gnome.org>2002-01-17 01:17:04 +0800
commit8dcab9df5767696927e400eaeecc614867d7fea9 (patch)
tree1e11a14bd8cefb37878222a1bd4c68f2fb892dfe
parent1b16221c5993da4d9c39c952479101be8d35e13b (diff)
downloadgsoc2013-evolution-8dcab9df5767696927e400eaeecc614867d7fea9.tar
gsoc2013-evolution-8dcab9df5767696927e400eaeecc614867d7fea9.tar.gz
gsoc2013-evolution-8dcab9df5767696927e400eaeecc614867d7fea9.tar.bz2
gsoc2013-evolution-8dcab9df5767696927e400eaeecc614867d7fea9.tar.lz
gsoc2013-evolution-8dcab9df5767696927e400eaeecc614867d7fea9.tar.xz
gsoc2013-evolution-8dcab9df5767696927e400eaeecc614867d7fea9.tar.zst
gsoc2013-evolution-8dcab9df5767696927e400eaeecc614867d7fea9.zip
Added #include <libgnome/gnome-defs.h>.
2002-01-16 Christopher James Lahey <clahey@ximian.com> * e-cell-checkbox.h, e-cell-date.h, e-cell-float.h, e-cell-number.h, e-cell-size.h, e-cell-text.h, e-cell-toggle.h, e-cell-tree.h, e-cell.h, e-table-click-to-add.h, e-table-col-dnd.h, e-table-config-field.h, e-table-extras.h, e-table-field-chooser-item.h, e-table-group-container.h, e-table-group-leaf.h, e-table-group.h, e-table-header-item.h, e-table-item.h, e-table-scrolled.h, e-table-sorter.h, e-table-tooltip.h, e-table-tree.h, e-table-utils.h, e-table.h, e-tree-scrolled.h, e-tree-sorted-variable.h, e-tree.h: Added #include <libgnome/gnome-defs.h>. svn path=/trunk/; revision=15339
-rw-r--r--widgets/table/e-cell-checkbox.h1
-rw-r--r--widgets/table/e-cell-date.h1
-rw-r--r--widgets/table/e-cell-float.h1
-rw-r--r--widgets/table/e-cell-number.h1
-rw-r--r--widgets/table/e-cell-size.h1
-rw-r--r--widgets/table/e-cell-text.h1
-rw-r--r--widgets/table/e-cell-toggle.h1
-rw-r--r--widgets/table/e-cell-tree.h1
-rw-r--r--widgets/table/e-cell.h1
-rw-r--r--widgets/table/e-table-click-to-add.h1
-rw-r--r--widgets/table/e-table-col-dnd.h2
-rw-r--r--widgets/table/e-table-config-field.h1
-rw-r--r--widgets/table/e-table-extras.h1
-rw-r--r--widgets/table/e-table-field-chooser-item.h1
-rw-r--r--widgets/table/e-table-group-container.h1
-rw-r--r--widgets/table/e-table-group-leaf.h1
-rw-r--r--widgets/table/e-table-group.h1
-rw-r--r--widgets/table/e-table-header-item.h1
-rw-r--r--widgets/table/e-table-item.h1
-rw-r--r--widgets/table/e-table-scrolled.h1
-rw-r--r--widgets/table/e-table-sorter.h1
-rw-r--r--widgets/table/e-table-tooltip.h1
-rw-r--r--widgets/table/e-table-tree.h3
-rw-r--r--widgets/table/e-table-utils.h1
-rw-r--r--widgets/table/e-table.h1
-rw-r--r--widgets/table/e-tree-scrolled.h1
-rw-r--r--widgets/table/e-tree-sorted-variable.h1
-rw-r--r--widgets/table/e-tree.h1
28 files changed, 31 insertions, 0 deletions
diff --git a/widgets/table/e-cell-checkbox.h b/widgets/table/e-cell-checkbox.h
index dbf60f67b7..7d19b5f3c1 100644
--- a/widgets/table/e-cell-checkbox.h
+++ b/widgets/table/e-cell-checkbox.h
@@ -24,6 +24,7 @@
#define _E_CELL_CHECKBOX_H_
#include <gal/e-table/e-cell-toggle.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell-date.h b/widgets/table/e-cell-date.h
index 4194fa9194..2fff8ed1c6 100644
--- a/widgets/table/e-cell-date.h
+++ b/widgets/table/e-cell-date.h
@@ -24,6 +24,7 @@
#define _E_CELL_DATE_H_
#include <gal/e-table/e-cell-text.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell-float.h b/widgets/table/e-cell-float.h
index 35316e923a..5ad547fc22 100644
--- a/widgets/table/e-cell-float.h
+++ b/widgets/table/e-cell-float.h
@@ -28,6 +28,7 @@
#define _E_CELL_FLOAT_H_
#include <gal/e-table/e-cell-text.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell-number.h b/widgets/table/e-cell-number.h
index a3913dd0a9..8ea312d4b2 100644
--- a/widgets/table/e-cell-number.h
+++ b/widgets/table/e-cell-number.h
@@ -24,6 +24,7 @@
#define _E_CELL_NUMBER_H_
#include <gal/e-table/e-cell-text.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell-size.h b/widgets/table/e-cell-size.h
index fb86630ccd..3316b2a5ff 100644
--- a/widgets/table/e-cell-size.h
+++ b/widgets/table/e-cell-size.h
@@ -24,6 +24,7 @@
#define _E_CELL_SIZE_H_
#include <gal/e-table/e-cell-text.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell-text.h b/widgets/table/e-cell-text.h
index 1e05620079..476e40c51e 100644
--- a/widgets/table/e-cell-text.h
+++ b/widgets/table/e-cell-text.h
@@ -39,6 +39,7 @@
#include <libgnomeui/gnome-canvas.h>
#include <gal/e-table/e-cell.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell-toggle.h b/widgets/table/e-cell-toggle.h
index 27274e1cdf..da60321259 100644
--- a/widgets/table/e-cell-toggle.h
+++ b/widgets/table/e-cell-toggle.h
@@ -27,6 +27,7 @@
#include <libgnomeui/gnome-canvas.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gal/e-table/e-cell.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell-tree.h b/widgets/table/e-cell-tree.h
index 169a870a60..c821a35fe7 100644
--- a/widgets/table/e-cell-tree.h
+++ b/widgets/table/e-cell-tree.h
@@ -32,6 +32,7 @@
#include <libgnomeui/gnome-canvas.h>
#include <gal/e-table/e-cell.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-cell.h b/widgets/table/e-cell.h
index 135ac1aa25..daa33449fc 100644
--- a/widgets/table/e-cell.h
+++ b/widgets/table/e-cell.h
@@ -29,6 +29,7 @@
#include <libgnomeprint/gnome-print.h>
#include <gal/e-table/e-table-model.h>
#include <gal/e-table/e-table-tooltip.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-click-to-add.h b/widgets/table/e-table-click-to-add.h
index 7cca31f92e..694b52a7aa 100644
--- a/widgets/table/e-table-click-to-add.h
+++ b/widgets/table/e-table-click-to-add.h
@@ -30,6 +30,7 @@
#include <gal/e-table/e-table-sort-info.h>
#include <gal/e-table/e-table-item.h>
#include <gal/e-table/e-table-selection-model.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-col-dnd.h b/widgets/table/e-table-col-dnd.h
index 046ebfd081..ebc6f76431 100644
--- a/widgets/table/e-table-col-dnd.h
+++ b/widgets/table/e-table-col-dnd.h
@@ -24,6 +24,8 @@
#ifndef _E_TABLE_COL_DND_H_
#define _E_TABLE_COL_DND_H_
+#include <libgnome/gnome-defs.h>
+
BEGIN_GNOME_DECLS
#define TARGET_ETABLE_COL_TYPE "application/x-etable-column-header"
diff --git a/widgets/table/e-table-config-field.h b/widgets/table/e-table-config-field.h
index 00e34e2d77..495c29a76a 100644
--- a/widgets/table/e-table-config-field.h
+++ b/widgets/table/e-table-config-field.h
@@ -27,6 +27,7 @@
#include <gtk/gtkvbox.h>
#include <gal/e-table/e-table-sort-info.h>
#include <gal/e-table/e-table-specification.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-extras.h b/widgets/table/e-table-extras.h
index c2e55b06f6..073a9559b8 100644
--- a/widgets/table/e-table-extras.h
+++ b/widgets/table/e-table-extras.h
@@ -27,6 +27,7 @@
#include <gtk/gtkobject.h>
#include <gal/e-table/e-cell.h>
#include <gdk-pixbuf/gdk-pixbuf.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-field-chooser-item.h b/widgets/table/e-table-field-chooser-item.h
index 13bfc5020d..77a15b8811 100644
--- a/widgets/table/e-table-field-chooser-item.h
+++ b/widgets/table/e-table-field-chooser-item.h
@@ -27,6 +27,7 @@
#include <libgnomeui/gnome-canvas.h>
#include <gnome-xml/tree.h>
#include <gal/e-table/e-table-header.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-group-container.h b/widgets/table/e-table-group-container.h
index d618a5392c..7bb9a706da 100644
--- a/widgets/table/e-table-group-container.h
+++ b/widgets/table/e-table-group-container.h
@@ -29,6 +29,7 @@
#include <gal/e-table/e-table-header.h>
#include <gal/e-table/e-table-group.h>
#include <gal/e-table/e-table-item.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-group-leaf.h b/widgets/table/e-table-group-leaf.h
index 8e86c10474..afb0e51cf6 100644
--- a/widgets/table/e-table-group-leaf.h
+++ b/widgets/table/e-table-group-leaf.h
@@ -28,6 +28,7 @@
#include <gal/e-table/e-table-group.h>
#include <gal/e-table/e-table-subset.h>
#include <gal/e-table/e-table-item.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-group.h b/widgets/table/e-table-group.h
index c6c46d9011..6cad768d57 100644
--- a/widgets/table/e-table-group.h
+++ b/widgets/table/e-table-group.h
@@ -31,6 +31,7 @@
#include <gal/e-table/e-table-defines.h>
#include <gal/util/e-util.h>
#include <gal/widgets/e-printable.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-header-item.h b/widgets/table/e-table-header-item.h
index 38d0aa1791..7371a20540 100644
--- a/widgets/table/e-table-header-item.h
+++ b/widgets/table/e-table-header-item.h
@@ -31,6 +31,7 @@
#include <gnome-xml/tree.h>
#include <gal/e-table/e-table-header.h>
#include <gal/e-table/e-table-sort-info.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h
index a9f992db1e..272753effe 100644
--- a/widgets/table/e-table-item.h
+++ b/widgets/table/e-table-item.h
@@ -32,6 +32,7 @@
#include <gal/e-table/e-table-tooltip.h>
#include <gal/widgets/e-selection-model.h>
#include <gal/widgets/e-printable.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-scrolled.h b/widgets/table/e-table-scrolled.h
index de0250af5a..ce12a8cefd 100644
--- a/widgets/table/e-table-scrolled.h
+++ b/widgets/table/e-table-scrolled.h
@@ -27,6 +27,7 @@
#include <gal/widgets/e-scroll-frame.h>
#include <gal/e-table/e-table-model.h>
#include <gal/e-table/e-table.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-sorter.h b/widgets/table/e-table-sorter.h
index 60ddcecfc4..02d51c5522 100644
--- a/widgets/table/e-table-sorter.h
+++ b/widgets/table/e-table-sorter.h
@@ -30,6 +30,7 @@
#include <gal/e-table/e-table-subset-variable.h>
#include <gal/e-table/e-table-sort-info.h>
#include <gal/e-table/e-table-header.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h
index d77c99453d..0438b52f40 100644
--- a/widgets/table/e-table-tooltip.h
+++ b/widgets/table/e-table-tooltip.h
@@ -25,6 +25,7 @@
#define _E_TABLE_TOOLTIP_H_
#include <libgnomeui/gnome-canvas.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table-tree.h b/widgets/table/e-table-tree.h
index 16ac07db1f..b99372a474 100644
--- a/widgets/table/e-table-tree.h
+++ b/widgets/table/e-table-tree.h
@@ -24,6 +24,9 @@
#ifndef _E_TABLE_TREE_H_
#define _E_TABLE_TREE_H_
+#include <gal/e-table/e-table-model.h>
+#include <libgnome/gnome-defs.h>
+
BEGIN_GNOME_DECLS
typedef struct {
diff --git a/widgets/table/e-table-utils.h b/widgets/table/e-table-utils.h
index d724f58b0a..e5ac1d8a72 100644
--- a/widgets/table/e-table-utils.h
+++ b/widgets/table/e-table-utils.h
@@ -28,6 +28,7 @@
#include <gal/e-table/e-table-state.h>
#include <gal/e-table/e-table-specification.h>
#include <gal/e-table/e-table-extras.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h
index 30c2887cd0..0e4a25f156 100644
--- a/widgets/table/e-table.h
+++ b/widgets/table/e-table.h
@@ -39,6 +39,7 @@
#include <gal/widgets/e-printable.h>
#include <gal/e-table/e-table-state.h>
#include <gal/e-table/e-table-sorter.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-tree-scrolled.h b/widgets/table/e-tree-scrolled.h
index 83320b44d8..c1debd0afb 100644
--- a/widgets/table/e-tree-scrolled.h
+++ b/widgets/table/e-tree-scrolled.h
@@ -27,6 +27,7 @@
#include <gal/widgets/e-scroll-frame.h>
#include <gal/e-table/e-tree-model.h>
#include <gal/e-table/e-tree.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-tree-sorted-variable.h b/widgets/table/e-tree-sorted-variable.h
index aea8451fac..23d80eed10 100644
--- a/widgets/table/e-tree-sorted-variable.h
+++ b/widgets/table/e-tree-sorted-variable.h
@@ -29,6 +29,7 @@
#include <gal/e-table/e-table-subset-variable.h>
#include <gal/e-table/e-table-sort-info.h>
#include <gal/e-table/e-table-header.h>
+#include <libgnome/gnome-defs.h>
BEGIN_GNOME_DECLS
diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h
index 36e175b6f0..ccd899ece4 100644
--- a/widgets/table/e-tree.h
+++ b/widgets/table/e-tree.h
@@ -34,6 +34,7 @@
#include <gal/e-table/e-table-specification.h>
#include <gal/e-table/e-table-state.h>
#include <gal/e-table/e-tree-model.h>
+#include <libgnome/gnome-defs.h>
#define E_TREE_USE_TREE_SELECTION