comparison src/gtkimhtml.h @ 12335:3726ff9022f3

[gaim-migrate @ 14639] [ 1342462 ] [HEAD] Crash on some custom smilies committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Mon, 05 Dec 2005 02:56:55 +0000
parents fc464a0abccc
children 9d7fb0b21d9f
comparison
equal deleted inserted replaced
12334:2823118073fa 12335:3726ff9022f3
158 gchar *file; 158 gchar *file;
159 GdkPixbufAnimation *icon; 159 GdkPixbufAnimation *icon;
160 gboolean hidden; 160 gboolean hidden;
161 GdkPixbufLoader *loader; 161 GdkPixbufLoader *loader;
162 GSList *anchors; 162 GSList *anchors;
163 GtkIMHtmlSmileyFlags flags; 163 GtkIMHtmlSmileyFlags flags;
164 GtkIMHtml *imhtml;
164 }; 165 };
165 166
166 struct _GtkIMHtmlScalable { 167 struct _GtkIMHtmlScalable {
167 void (*scale)(struct _GtkIMHtmlScalable *, int, int); 168 void (*scale)(struct _GtkIMHtmlScalable *, int, int);
168 void (*add_to)(struct _GtkIMHtmlScalable *, GtkIMHtml *, GtkTextIter *); 169 void (*add_to)(struct _GtkIMHtmlScalable *, GtkIMHtml *, GtkTextIter *);