diff src/gtkimhtml.h @ 4032:2b3a9d8f168e

[gaim-migrate @ 4238] Smileys. These are just the default smileys--I'm adding the prpl-specific smileys right now. If you want to help by creating some png's, IM me. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 03 Dec 2002 02:02:16 +0000
parents 30f52e7afd1d
children 4a3f863b041f
line wrap: on
line diff
--- a/src/gtkimhtml.h	Tue Dec 03 01:08:08 2002 +0000
+++ b/src/gtkimhtml.h	Tue Dec 03 02:02:16 2002 +0000
@@ -49,6 +49,8 @@
 	gboolean comments, smileys;
 	GdkCursor *hand_cursor;
 	GdkCursor *arrow_cursor;
+	GHashTable *smiley_data;
+	GtkSmileyTree *default_smilies;
 };
 
 struct _GtkIMHtmlClass {
@@ -85,8 +87,9 @@
 					GtkIMHtmlImage    handler);
 
 void       gtk_imhtml_associate_smiley (GtkIMHtml        *imhtml,
+					gchar            *sml,
 					gchar            *text,
-					gchar           **xpm);
+					gchar            *path);
 
 void 	   gtk_imhtml_init_smileys     (GtkIMHtml *imhtml);