diff -r f5edccf7bffd -r ac5f2489f6ee src/gtkimhtml.h --- 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 #include +#include #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