Mercurial > pidgin.yaz
comparison src/gtkimhtml.h @ 8729:7024b9145357
[gaim-migrate @ 9484]
(16:29:26) marv: The patch adds a gtk_imhtml_scroll_to_bottom, and makes
the history plugin use it. gtk_text_view_scroll_to_iter bad,
gtk_text_view_scroll_to_mark good
committer: Tailor Script <tailor@pidgin.im>
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Tue, 20 Apr 2004 20:31:11 +0000 |
parents | b3eae94bd560 |
children | 92cbf9713795 |
comparison
equal
deleted
inserted
replaced
8728:268461757fd6 | 8729:7024b9145357 |
---|---|
207 GSList *images); | 207 GSList *images); |
208 void gtk_imhtml_insert_html_at_iter(GtkIMHtml *imhtml, | 208 void gtk_imhtml_insert_html_at_iter(GtkIMHtml *imhtml, |
209 const gchar *text, | 209 const gchar *text, |
210 GtkIMHtmlOptions options, | 210 GtkIMHtmlOptions options, |
211 GtkTextIter *iter); | 211 GtkTextIter *iter); |
212 void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml); | |
212 void gtk_imhtml_clear (GtkIMHtml *imhtml); | 213 void gtk_imhtml_clear (GtkIMHtml *imhtml); |
213 void gtk_imhtml_page_up (GtkIMHtml *imhtml); | 214 void gtk_imhtml_page_up (GtkIMHtml *imhtml); |
214 void gtk_imhtml_page_down (GtkIMHtml *imhtml); | 215 void gtk_imhtml_page_down (GtkIMHtml *imhtml); |
215 | 216 |
216 GtkIMHtmlScalable *gtk_imhtml_scalable_new(); | 217 GtkIMHtmlScalable *gtk_imhtml_scalable_new(); |