comparison src/gtkimhtml.h @ 4741:dbd0761f8814

[gaim-migrate @ 5056] Here, KingAnt. I fixed it! committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 13 Mar 2003 09:32:07 +0000
parents beffb3109ddb
children b0367d56b608
comparison
equal deleted inserted replaced
4740:beffb3109ddb 4741:dbd0761f8814
58 gboolean show_comments; 58 gboolean show_comments;
59 59
60 GtkWidget *tip_window; 60 GtkWidget *tip_window;
61 char *tip; 61 char *tip;
62 guint tip_timer; 62 guint tip_timer;
63 GdkRectangle rect;
64 }; 63 };
65 64
66 struct _GtkIMHtmlClass { 65 struct _GtkIMHtmlClass {
67 GtkTextViewClass parent_class; 66 GtkTextViewClass parent_class;
68 67