diff src/gtkimhtml.h @ 4735:66c2388046fb

[gaim-migrate @ 5050] This patch is from Ka-Hing Cheung. It readds tooltips and the hand cursor for GtkIMHtml links. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 13 Mar 2003 06:56:40 +0000
parents 8299114f5693
children beffb3109ddb
line wrap: on
line diff
--- a/src/gtkimhtml.h	Thu Mar 13 06:39:40 2003 +0000
+++ b/src/gtkimhtml.h	Thu Mar 13 06:56:40 2003 +0000
@@ -24,6 +24,7 @@
 
 #include <gdk/gdk.h>
 #include <gtk/gtktextview.h>
+#include <gtk/gtktooltips.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -55,6 +56,10 @@
 
 	gboolean show_smileys;
 	gboolean show_comments;
+
+	GtkWidget *tip_window;
+	char *tip;
+	guint tip_timer;
 };
 
 struct _GtkIMHtmlClass {
@@ -113,6 +118,7 @@
 void       gtk_imhtml_page_down        (GtkIMHtml        *imhtml);
 void       gtk_imhtml_to_bottom        (GtkIMHtml        *imhtml);
 
+gboolean       gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer user_data);
 #ifdef __cplusplus
 }
 #endif