src/gtkimhtml.h

changeset 12335
d0a2da9e75c0
parent 12323
f52908fb23b0
child 12553
52b3403a1690
equal deleted inserted replaced
12334:f88c9f928f51 12335:d0a2da9e75c0
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 *);

mercurial