aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/text/e-text.h
diff options
context:
space:
mode:
authorIain Holmes <ih@csd.abdn.ac.uk>2000-02-21 00:17:08 +0800
committeriholmes <iholmes@localhost>2000-02-21 00:17:08 +0800
commit113c276df87402803382f26ee6eb1994e2e9f4ff (patch)
tree0457fbb0d3cfdfe2b32a647b47680c08262d2bd1 /widgets/text/e-text.h
parent410ce5daf579edd0b8fd4d2bd7bdd8cd61a89ad8 (diff)
downloadgsoc2013-evolution-113c276df87402803382f26ee6eb1994e2e9f4ff.tar
gsoc2013-evolution-113c276df87402803382f26ee6eb1994e2e9f4ff.tar.gz
gsoc2013-evolution-113c276df87402803382f26ee6eb1994e2e9f4ff.tar.bz2
gsoc2013-evolution-113c276df87402803382f26ee6eb1994e2e9f4ff.tar.lz
gsoc2013-evolution-113c276df87402803382f26ee6eb1994e2e9f4ff.tar.xz
gsoc2013-evolution-113c276df87402803382f26ee6eb1994e2e9f4ff.tar.zst
gsoc2013-evolution-113c276df87402803382f26ee6eb1994e2e9f4ff.zip
Show the text of the item, in a tooltip style. (e_text_event): Add a
2000-02-20 Iain Holmes <ih@csd.abdn.ac.uk> * widgets/e-text/e-text.[ch] (_do_tooltip): Show the text of the item, in a tooltip style. (e_text_event): Add a timeout on the Enter and remove it on the Leave events. * e-text-test.c: New file to test e-text items. svn path=/trunk/; revision=1866
Diffstat (limited to 'widgets/text/e-text.h')
-rw-r--r--widgets/text/e-text.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/widgets/text/e-text.h b/widgets/text/e-text.h
index 1254e0fd1c..c44589d3ae 100644
--- a/widgets/text/e-text.h
+++ b/widgets/text/e-text.h
@@ -173,6 +173,9 @@ struct _EText {
GdkCursor *default_cursor; /* Default cursor (arrow) */
GdkCursor *i_cursor; /* I beam cursor */
+
+ gint tooltip_timeout; /* Timeout for the tooltip */
+ GtkWidget *tooltip_window; /* GtkWindow for displaying the tooltip */
};
struct _ETextClass {