aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-08-07 06:07:28 +0800
committerChris Lahey <clahey@src.gnome.org>2001-08-07 06:07:28 +0800
commitba57a90d939acce8ddc2b480f22de64be5c7a7f8 (patch)
tree9f260b685c9b89c42b37d4cafc681cd867cb4c3b /widgets/table/e-table.h
parent58e53223b1999d4b2207db0464f02e1cad9d4618 (diff)
downloadgsoc2013-evolution-ba57a90d939acce8ddc2b480f22de64be5c7a7f8.tar
gsoc2013-evolution-ba57a90d939acce8ddc2b480f22de64be5c7a7f8.tar.gz
gsoc2013-evolution-ba57a90d939acce8ddc2b480f22de64be5c7a7f8.tar.bz2
gsoc2013-evolution-ba57a90d939acce8ddc2b480f22de64be5c7a7f8.tar.lz
gsoc2013-evolution-ba57a90d939acce8ddc2b480f22de64be5c7a7f8.tar.xz
gsoc2013-evolution-ba57a90d939acce8ddc2b480f22de64be5c7a7f8.tar.zst
gsoc2013-evolution-ba57a90d939acce8ddc2b480f22de64be5c7a7f8.zip
Implemented these functions.
2001-08-06 Christopher James Lahey <clahey@ximian.com> * e-table.c, e-table.h (e_table_drag_highlight, e_table_drag_unhighlight): Implemented these functions. * e-tree.c (e_tree_drag_highlight, e_tree_drag_unhighlight): Implemented these functions. svn path=/trunk/; revision=11713
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r--widgets/table/e-table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h
index 829b8ffcaf..0cd63a58ab 100644
--- a/widgets/table/e-table.h
+++ b/widgets/table/e-table.h
@@ -94,6 +94,7 @@ typedef struct {
int drop_row;
int drop_col;
+ GnomeCanvasItem *drop_highlight;
int drag_row;
int drag_col;