aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table-tooltip.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/table/e-table-tooltip.h')
-rw-r--r--widgets/table/e-table-tooltip.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/widgets/table/e-table-tooltip.h b/widgets/table/e-table-tooltip.h
new file mode 100644
index 0000000000..4bc3e5f8eb
--- /dev/null
+++ b/widgets/table/e-table-tooltip.h
@@ -0,0 +1,17 @@
+/* -*- 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>
+
+typedef struct {
+ GtkWidget *window;
+ gint timer;
+ int col, row;
+ int row_height;
+ int x, y;
+ int cx, cy;
+ GnomeCanvasItem *eti;
+} ETableTooltip;
+
+#endif