comparison src/gtkimhtml.h @ 4764:b0367d56b608

[gaim-migrate @ 5082] I'm still not totally happy with the tooltips, but at least now they don't leak. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Fri, 14 Mar 2003 06:21:40 +0000
parents dbd0761f8814
children 9e50494f63a1
comparison
equal deleted inserted replaced
4763:c050edba7b83 4764:b0367d56b608
116 void gtk_imhtml_page_up (GtkIMHtml *imhtml); 116 void gtk_imhtml_page_up (GtkIMHtml *imhtml);
117 117
118 void gtk_imhtml_page_down (GtkIMHtml *imhtml); 118 void gtk_imhtml_page_down (GtkIMHtml *imhtml);
119 void gtk_imhtml_to_bottom (GtkIMHtml *imhtml); 119 void gtk_imhtml_to_bottom (GtkIMHtml *imhtml);
120 120
121 gboolean gtk_motion_event_notify(GtkWidget *imhtml, GdkEventMotion *event, gpointer user_data);
122 #ifdef __cplusplus 121 #ifdef __cplusplus
123 } 122 }
124 #endif 123 #endif
125 124
126 #endif 125 #endif