Mercurial > pidgin
diff 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 |
line wrap: on
line diff
--- a/src/gtkimhtml.h Tue Apr 20 20:28:55 2004 +0000 +++ b/src/gtkimhtml.h Tue Apr 20 20:31:11 2004 +0000 @@ -209,6 +209,7 @@ const gchar *text, GtkIMHtmlOptions options, GtkTextIter *iter); +void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml); void gtk_imhtml_clear (GtkIMHtml *imhtml); void gtk_imhtml_page_up (GtkIMHtml *imhtml); void gtk_imhtml_page_down (GtkIMHtml *imhtml);
