comparison src/gtkimhtml.h @ 12557:adf79d8ceb2d

[gaim-migrate @ 14876] Document the smooth parameter to gtk_imhtml_scroll_to_end. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 19 Dec 2005 09:15:07 +0000
parents 9d7fb0b21d9f
children 778d08e87ad0
comparison
equal deleted inserted replaced
12556:14e094d7568f 12557:adf79d8ceb2d
357 357
358 /** 358 /**
359 * Scrolls a GTK+ IM/HTML to the end of its contents. 359 * Scrolls a GTK+ IM/HTML to the end of its contents.
360 * 360 *
361 * @param imhtml The GTK+ IM/HTML. 361 * @param imhtml The GTK+ IM/HTML.
362 * @param smooth A boolean indicating if smooth scrolling should be used.
362 */ 363 */
363 void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml, gboolean smooth); 364 void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml, gboolean smooth);
364 365
365 /** 366 /**
366 * Delete the contents of a GTK+ IM/HTML between start and end. 367 * Delete the contents of a GTK+ IM/HTML between start and end.