diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-10 06:12:01 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-10 06:12:01 +0800 |
commit | 57a877702667674f5ddb845c1c7d4378866c391c (patch) | |
tree | b13644c59f3ea9743bc7dda63944b27d45192356 /widgets/table/e-table-item.h | |
parent | c670e9d15bdaf3c99a42191e48fa315b80800c69 (diff) | |
download | gsoc2013-evolution-57a877702667674f5ddb845c1c7d4378866c391c.tar.gz gsoc2013-evolution-57a877702667674f5ddb845c1c7d4378866c391c.tar.zst gsoc2013-evolution-57a877702667674f5ddb845c1c7d4378866c391c.zip |
Switch from gnome_canvas_item_grab to e_canvas_item_grab.
2002-05-09 Christopher James Lahey <clahey@ximian.com>
* gal/e-text/e-text.c: Switch from gnome_canvas_item_grab to
e_canvas_item_grab.
* gal/widgets/e-canvas.c, gal/widgets/e-canvas.h
(e_canvas_item_grab, e_canvas_item_ungrab): Added these functions.
From gal/e-table/ChangeLog:
2002-05-09 Christopher James Lahey <clahey@ximian.com>
* e-table-item.c, e-table-item.h: Switched from
gnome_canvas_item_grab to e_canvas_item_grab.
svn path=/trunk/; revision=16738
Diffstat (limited to 'widgets/table/e-table-item.h')
-rw-r--r-- | widgets/table/e-table-item.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-table-item.h b/widgets/table/e-table-item.h index 793379b837..f1f055f1a1 100644 --- a/widgets/table/e-table-item.h +++ b/widgets/table/e-table-item.h @@ -114,6 +114,7 @@ typedef struct { guint gtk_grabbed : 1; guint queue_show_cursor : 1; + guint grab_cancelled : 1; int frozen_count; |