aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/e-table-header-item.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-02-12 06:08:09 +0800
committerChris Lahey <clahey@src.gnome.org>2000-02-12 06:08:09 +0800
commit4a25f612c0fb701a774d20c19888957c555e54a2 (patch)
tree0e0f46269cd0522aaa793ef5552ec499d0613176 /widgets/e-table/e-table-header-item.h
parent4a7411c370d573842a35354f88201a29f180aad0 (diff)
downloadgsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar
gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar.gz
gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar.bz2
gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar.lz
gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar.xz
gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.tar.zst
gsoc2013-evolution-4a25f612c0fb701a774d20c19888957c555e54a2.zip
Added reordering of columns.
2000-02-11 Christopher James Lahey <clahey@helixcode.com> * e-table-header-item.h, e-table-header-item.c: Added reordering of columns. * e-table-header.c: Fixed a couple of bugs in the move column and remove column functions. svn path=/trunk/; revision=1736
Diffstat (limited to 'widgets/e-table/e-table-header-item.h')
-rw-r--r--widgets/e-table/e-table-header-item.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/e-table/e-table-header-item.h b/widgets/e-table/e-table-header-item.h
index 5522d24fae..156e25beef 100644
--- a/widgets/e-table/e-table-header-item.h
+++ b/widgets/e-table/e-table-header-item.h
@@ -42,7 +42,7 @@ typedef struct {
guint dnd_ready:1;
int click_x, click_y;
int drag_col, drag_mark;
- guint drag_motion_id, drag_end_id, drag_leave_id;
+ guint drag_motion_id, drag_end_id, drag_leave_id, drag_drop_id;
GnomeCanvasItem *drag_mark_item, *remove_item;
GdkBitmap *stipple;
} ETableHeaderItem;