comparison src/gtkimhtml.h @ 12553:9d7fb0b21d9f

[gaim-migrate @ 14871] one reactionary pref down, eleventy billion to go committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Mon, 19 Dec 2005 05:55:30 +0000
parents 3726ff9022f3
children adf79d8ceb2d
comparison
equal deleted inserted replaced
12552:5e6c3f539eb6 12553:9d7fb0b21d9f
186 GtkIMHtmlScalable scalable; 186 GtkIMHtmlScalable scalable;
187 GtkWidget *sep; 187 GtkWidget *sep;
188 }; 188 };
189 189
190 typedef enum { 190 typedef enum {
191 GTK_IMHTML_NO_COLOURS = 1 << 0, 191 GTK_IMHTML_NO_COLOURS = 1 << 0,
192 GTK_IMHTML_NO_FONTS = 1 << 1, 192 GTK_IMHTML_NO_FONTS = 1 << 1,
193 GTK_IMHTML_NO_COMMENTS = 1 << 2, /* Remove */ 193 GTK_IMHTML_NO_COMMENTS = 1 << 2, /* Remove */
194 GTK_IMHTML_NO_TITLE = 1 << 3, 194 GTK_IMHTML_NO_TITLE = 1 << 3,
195 GTK_IMHTML_NO_NEWLINE = 1 << 4, 195 GTK_IMHTML_NO_NEWLINE = 1 << 4,
196 GTK_IMHTML_NO_SIZES = 1 << 5, 196 GTK_IMHTML_NO_SIZES = 1 << 5,
197 GTK_IMHTML_NO_SCROLL = 1 << 6, 197 GTK_IMHTML_NO_SCROLL = 1 << 6,
198 GTK_IMHTML_RETURN_LOG = 1 << 7, 198 GTK_IMHTML_RETURN_LOG = 1 << 7,
199 GTK_IMHTML_USE_POINTSIZE = 1 << 8, 199 GTK_IMHTML_USE_POINTSIZE = 1 << 8,
200 GTK_IMHTML_NO_FORMATTING = 1 << 9 200 GTK_IMHTML_NO_FORMATTING = 1 << 9,
201 GTK_IMHTML_USE_SMOOTHSCROLLING = 1 << 10
201 } GtkIMHtmlOptions; 202 } GtkIMHtmlOptions;
202 203
203 enum { 204 enum {
204 GTK_IMHTML_DRAG_URL = 0, 205 GTK_IMHTML_DRAG_URL = 0,
205 GTK_IMHTML_DRAG_HTML, 206 GTK_IMHTML_DRAG_HTML,
357 /** 358 /**
358 * Scrolls a GTK+ IM/HTML to the end of its contents. 359 * Scrolls a GTK+ IM/HTML to the end of its contents.
359 * 360 *
360 * @param imhtml The GTK+ IM/HTML. 361 * @param imhtml The GTK+ IM/HTML.
361 */ 362 */
362 void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml); 363 void gtk_imhtml_scroll_to_end(GtkIMHtml *imhtml, gboolean smooth);
363 364
364 /** 365 /**
365 * Delete the contents of a GTK+ IM/HTML between start and end. 366 * Delete the contents of a GTK+ IM/HTML between start and end.
366 * 367 *
367 * @param imhtml The GTK+ IM/HTML. 368 * @param imhtml The GTK+ IM/HTML.