Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gtkimhtml.h Thu Mar 11 02:54:09 2004 +0000 +++ b/src/gtkimhtml.h Thu Mar 11 20:02:00 2004 +0000 @@ -118,6 +118,7 @@ void (*url_clicked)(GtkIMHtml *, const gchar *); void (*buttons_update)(GtkIMHtml *, GtkIMHtmlButtons); void (*toggle_format)(GtkIMHtml *, GtkIMHtmlButtons); + void (*clear_format)(GtkIMHtml *); }; struct _GtkIMHtmlFontDetail {
