src/gtkimhtml.h

changeset 12557
6c318efafe32
parent 12553
52b3403a1690
child 12900
7fe519669e07
equal deleted inserted replaced
12556:f4d4e4e3a825 12557:6c318efafe32
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.

mercurial