From 9e995f6b8e6839f9b5ac9e61067fdb8864c93eed Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Sun, 15 Apr 2001 16:20:02 +0000 Subject: Use e_canvas_hide_tooltip and e_canvas_popup_tooltip. 2001-04-15 Christopher James Lahey * 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 --- widgets/table/e-table-tooltip.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'widgets/table/e-table-tooltip.h') 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; -- cgit