comparison src/gtkimhtml.h @ 8427:2e18099ded93

[gaim-migrate @ 9157] I'm going to start committing stuff rapidly. I've turned off rich-text cut and paste, as I have about an hour to finish everything I want finished and don't think I can fit that in. This adds the protocol-specific smileys to the toolbar, and I think that's about it. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Thu, 11 Mar 2004 20:02:00 +0000
parents c25c697525b7
children 5f8d4ab6d375
comparison
equal deleted inserted replaced
8426:aa755705bcf5 8427:2e18099ded93
116 GtkTextViewClass parent_class; 116 GtkTextViewClass parent_class;
117 117
118 void (*url_clicked)(GtkIMHtml *, const gchar *); 118 void (*url_clicked)(GtkIMHtml *, const gchar *);
119 void (*buttons_update)(GtkIMHtml *, GtkIMHtmlButtons); 119 void (*buttons_update)(GtkIMHtml *, GtkIMHtmlButtons);
120 void (*toggle_format)(GtkIMHtml *, GtkIMHtmlButtons); 120 void (*toggle_format)(GtkIMHtml *, GtkIMHtmlButtons);
121 void (*clear_format)(GtkIMHtml *);
121 }; 122 };
122 123
123 struct _GtkIMHtmlFontDetail { 124 struct _GtkIMHtmlFontDetail {
124 gushort size; 125 gushort size;
125 gchar *face; 126 gchar *face;