aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-tree.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-03-30 09:27:38 +0800
committerChris Lahey <clahey@src.gnome.org>2001-03-30 09:27:38 +0800
commit491523b07ca6d9b1264ff2f53760a580715f2db6 (patch)
tree32c42d340fb0b3b667f25982192d64b88675b6e2 /widgets/table/e-tree.h
parent55c3dea8392096c85ab4bfcd7872b44bb1a3e16c (diff)
downloadgsoc2013-evolution-491523b07ca6d9b1264ff2f53760a580715f2db6.tar
gsoc2013-evolution-491523b07ca6d9b1264ff2f53760a580715f2db6.tar.gz
gsoc2013-evolution-491523b07ca6d9b1264ff2f53760a580715f2db6.tar.bz2
gsoc2013-evolution-491523b07ca6d9b1264ff2f53760a580715f2db6.tar.lz
gsoc2013-evolution-491523b07ca6d9b1264ff2f53760a580715f2db6.tar.xz
gsoc2013-evolution-491523b07ca6d9b1264ff2f53760a580715f2db6.tar.zst
gsoc2013-evolution-491523b07ca6d9b1264ff2f53760a580715f2db6.zip
Updated to set the width of the header canvas to be equal to the width of
2001-03-29 Christopher James Lahey <clahey@ximian.com> * e-table.c, e-tree.c, e-tree.h: Updated to set the width of the header canvas to be equal to the width of the table canvas to avoid infinite loops. Added left arrow and right arrow as tree collapse and expand bindings. svn path=/trunk/; revision=9035
Diffstat (limited to 'widgets/table/e-tree.h')
-rw-r--r--widgets/table/e-tree.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h
index 6b8f71789c..3ff63e315a 100644
--- a/widgets/table/e-tree.h
+++ b/widgets/table/e-tree.h
@@ -9,7 +9,7 @@
#include <gal/e-table/e-table-group.h>
#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 <gal/e-table/e-tree-selection-model.h>
#include <gal/e-table/e-table-extras.h>
#include <gal/e-table/e-table-specification.h>
#include <gal/widgets/e-printable.h>
@@ -41,7 +41,7 @@ typedef struct {
ETableSortInfo *sort_info;
ESorter *sorter;
- ETableSelectionModel *selection;
+ ESelectionModel *selection;
ETableSpecification *spec;
int reflow_idle_id;