comparison src/gtkimhtml.h @ 8519:f8ab826e11ad

[gaim-migrate @ 9258] " this patch will return the text for the smileys instead of skipping them. This patch also gets rid of two members in the gtkimhtml stuct that weren't being used anywhere. They were gboolean smileys, comments; which got replace with show_smileys, and show_comments. Also an fixes the gtk_imhtml_class_init so that if it's being compiled in c++, it will compile..." --Gary Kramlich committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 29 Mar 2004 16:20:30 +0000
parents 5b25f72c4723
children cc2ce209cc46
comparison
equal deleted inserted replaced
8518:833dd756dcc3 8519:f8ab826e11ad
74 74
75 struct _GtkIMHtml { 75 struct _GtkIMHtml {
76 GtkTextView text_view; 76 GtkTextView text_view;
77 GtkTextBuffer *text_buffer; 77 GtkTextBuffer *text_buffer;
78 GtkTextMark *end; 78 GtkTextMark *end;
79 gboolean comments, smileys;
80 GdkCursor *hand_cursor; 79 GdkCursor *hand_cursor;
81 GdkCursor *arrow_cursor; 80 GdkCursor *arrow_cursor;
82 GdkCursor *text_cursor; 81 GdkCursor *text_cursor;
83 GHashTable *smiley_data; 82 GHashTable *smiley_data;
84 GtkSmileyTree *default_smilies; 83 GtkSmileyTree *default_smilies;