diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-16 00:20:02 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-16 00:20:02 +0800 |
commit | 9e995f6b8e6839f9b5ac9e61067fdb8864c93eed (patch) | |
tree | 29d09465a7de6324a46bd74428db1632f33d7a4e /widgets/table/e-table-tooltip.h | |
parent | fbe64c2aee924f646e01c096e40094585615c086 (diff) | |
download | gsoc2013-evolution-9e995f6b8e6839f9b5ac9e61067fdb8864c93eed.tar.gz gsoc2013-evolution-9e995f6b8e6839f9b5ac9e61067fdb8864c93eed.tar.zst gsoc2013-evolution-9e995f6b8e6839f9b5ac9e61067fdb8864c93eed.zip |
Use e_canvas_hide_tooltip and e_canvas_popup_tooltip.
2001-04-15 Christopher James Lahey <clahey@ximian.com>
* e-cell-text.c (tooltip_event): Use e_canvas_hide_tooltip and
e_canvas_popup_tooltip.
* e-table-item.c: Cleaned this up. Removed some #if 0 and
replaced others with #ifdefs.
* e-table-tooltip.h: Removed some unnecessary fields.
svn path=/trunk/; revision=9326
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r-- | widgets/table/e-table-tooltip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h index e9c8921933..617a0e3b55 100644 --- a/widgets/table/e-table-tooltip.h +++ b/widgets/table/e-table-tooltip.h @@ -7,13 +7,11 @@ BEGIN_GNOME_DECLS typedef struct { - GtkWidget *window; gint timer; int col, row; int row_height; int x, y; int cx, cy; - int visibility_count; GnomeCanvasItem *eti; } ETableTooltip; |