comparison src/gtkimhtml.h @ 10692:533060d9a2c6

[gaim-migrate @ 12243] Just because CVS wasn't broken enough... This is good-style background coloring. http://gaim.sf.net/sean/backcolor.png It doesn't work very well. I'd call it a "proof-of-concept". In fact, if you try to send a message, the whole thing infi-loops. I expect Tim to fix it. Also, we'll need to distinguish between <body background> and <font bgcolor>. That shouldn't be very difficult. I expect Tim to do that as well. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 14 Mar 2005 01:55:50 +0000
parents 74180743304a
children b640d066eb51
comparison
equal deleted inserted replaced
10691:fb30c4b67856 10692:533060d9a2c6
114 char *clipboard_text_string; 114 char *clipboard_text_string;
115 char *clipboard_html_string; 115 char *clipboard_html_string;
116 116
117 GSList *im_images; 117 GSList *im_images;
118 GtkIMHtmlFuncs *funcs; 118 GtkIMHtmlFuncs *funcs;
119 GSList *backcolor_tags;
119 }; 120 };
120 121
121 struct _GtkIMHtmlClass { 122 struct _GtkIMHtmlClass {
122 GtkTextViewClass parent_class; 123 GtkTextViewClass parent_class;
123 124