diff options
author | Christopher James Lahey <clahey@helixcode.com> | 2000-02-12 06:08:09 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2000-02-12 06:08:09 +0800 |
commit | 4a25f612c0fb701a774d20c19888957c555e54a2 (patch) | |
tree | 0e0f46269cd0522aaa793ef5552ec499d0613176 /widgets/table/e-table-header-item.h | |
parent | 4a7411c370d573842a35354f88201a29f180aad0 (diff) | |
download | gsoc2013-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/table/e-table-header-item.h')
-rw-r--r-- | widgets/table/e-table-header-item.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table-header-item.h b/widgets/table/e-table-header-item.h index 5522d24fae..156e25beef 100644 --- a/widgets/table/e-table-header-item.h +++ b/widgets/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; |