comparison src/gtkimhtml.h @ 7854:1e8322fc19b5

[gaim-migrate @ 8508] Merry X-Mas (My priest uses the term "X-Mas," to refer to the secular celebration that coincides with Advent, and Christmas to refer to the actual Christmas season directly after Advent and "X-Mas.") committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 13 Dec 2003 19:34:40 +0000
parents 3db18c16f573
children d9e831876c28
comparison
equal deleted inserted replaced
7853:340df1652af1 7854:1e8322fc19b5
89 GtkIMHtmlFormatSpan *backcolor; 89 GtkIMHtmlFormatSpan *backcolor;
90 GtkIMHtmlFormatSpan *fontface; 90 GtkIMHtmlFormatSpan *fontface;
91 GtkIMHtmlFormatSpan *sizespan; 91 GtkIMHtmlFormatSpan *sizespan;
92 int fontsize; 92 int fontsize;
93 } edit; 93 } edit;
94 char *clipboard_string;
94 GList *format_spans; 95 GList *format_spans;
95 }; 96 };
96 97
97 struct _GtkIMHtmlClass { 98 struct _GtkIMHtmlClass {
98 GtkTextViewClass parent_class; 99 GtkTextViewClass parent_class;