diff src/gtkimhtmltoolbar.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 a2c5537a814b
children db62420a53a2
line wrap: on
line diff
--- a/src/gtkimhtmltoolbar.h	Thu Mar 11 02:54:09 2004 +0000
+++ b/src/gtkimhtmltoolbar.h	Thu Mar 11 20:02:00 2004 +0000
@@ -69,6 +69,8 @@
 	GtkWidget *link_dialog;
 	GtkWidget *smiley_dialog;
 	GtkWidget *image_dialog;
+
+	char *sml;
 };
 
 struct _GtkIMHtmlToolbarClass {
@@ -80,6 +82,7 @@
 GtkWidget* gtk_imhtmltoolbar_new              (void);
 
 void gtk_imhtmltoolbar_attach    (GtkIMHtmlToolbar *toolbar, GtkWidget *imhtml);
+void gtk_imhtmltoolbar_associate_smileys (GtkIMHtmlToolbar *toolbar, const char *proto_id);
 
 
 #ifdef __cplusplus