comparison src/gtkimhtml.h @ 4371:8299114f5693

[gaim-migrate @ 4637] Removing the img handler stuff that used to be used in the profiles. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Tue, 21 Jan 2003 00:06:59 +0000
parents 74f65a3d2a1f
children 66c2388046fb
comparison
equal deleted inserted replaced
4370:d856987c72ca 4371:8299114f5693
87 87
88 void gtk_imhtml_set_adjustments (GtkIMHtml *imhtml, 88 void gtk_imhtml_set_adjustments (GtkIMHtml *imhtml,
89 GtkAdjustment *hadj, 89 GtkAdjustment *hadj,
90 GtkAdjustment *vadj); 90 GtkAdjustment *vadj);
91 91
92 void gtk_imhtml_set_img_handler (GtkIMHtml *imhtml,
93 GtkIMHtmlImage handler);
94
95 void gtk_imhtml_associate_smiley (GtkIMHtml *imhtml, 92 void gtk_imhtml_associate_smiley (GtkIMHtml *imhtml,
96 gchar *sml, 93 gchar *sml,
97 GtkIMHtmlSmiley *smiley); 94 GtkIMHtmlSmiley *smiley);
98 95
99 void gtk_imhtml_remove_smileys (GtkIMHtml *imhtml); 96 void gtk_imhtml_remove_smileys (GtkIMHtml *imhtml);