diff options
author | nobody <nobody@localhost> | 2001-03-02 09:33:29 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2001-03-02 09:33:29 +0800 |
commit | 1e766591bbf0cb4c867813cd20bde0dea575775f (patch) | |
tree | cda39502324bf50b451e5c7f58e5dee7c7476bad /widgets/table/e-table-tooltip.h | |
parent | 50ef074887b43f43dad3edb120d9abf30092c681 (diff) | |
download | gsoc2013-evolution-GGV_1_0_1.tar.gz gsoc2013-evolution-GGV_1_0_1.tar.zst gsoc2013-evolution-GGV_1_0_1.zip |
This commit was manufactured by cvs2svn to create tag 'GGV_1_0_1'.GGV_1_0_1
svn path=/tags/GGV_1_0_1/; revision=8481
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r-- | widgets/table/e-table-tooltip.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h deleted file mode 100644 index 3a100af5ab..0000000000 --- a/widgets/table/e-table-tooltip.h +++ /dev/null @@ -1,21 +0,0 @@ -/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ -#ifndef _E_TABLE_TOOLTIP_H_ -#define _E_TABLE_TOOLTIP_H_ - -#include <libgnomeui/gnome-canvas.h> - -BEGIN_GNOME_DECLS - -typedef struct { - GtkWidget *window; - gint timer; - int col, row; - int row_height; - int x, y; - int cx, cy; - GnomeCanvasItem *eti; -} ETableTooltip; - -END_GNOME_DECLS - -#endif |