comparison src/gtkimhtml.h @ 11485:16b0da1f376f

[gaim-migrate @ 13727] Fix the /nick weirdness bug I introduced. Also, patch 1283539, from Peter Lawler (two changes) 1. When in a chat where Gaim can tell which users are buddies (i.e. non-Jabber chats), only the names of buddies are bolded. I'm not sure if I'll like this, but I'm committing it so we can all try it out. 2. "remove bold, underline, and italics when we're ignoring formatting, as well" committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Fri, 09 Sep 2005 20:14:32 +0000
parents 1cbe76d30e81
children b47708f46a38
comparison
equal deleted inserted replaced
11484:4539174a88bd 11485:16b0da1f376f
187 GTK_IMHTML_NO_TITLE = 1 << 3, 187 GTK_IMHTML_NO_TITLE = 1 << 3,
188 GTK_IMHTML_NO_NEWLINE = 1 << 4, 188 GTK_IMHTML_NO_NEWLINE = 1 << 4,
189 GTK_IMHTML_NO_SIZES = 1 << 5, 189 GTK_IMHTML_NO_SIZES = 1 << 5,
190 GTK_IMHTML_NO_SCROLL = 1 << 6, 190 GTK_IMHTML_NO_SCROLL = 1 << 6,
191 GTK_IMHTML_RETURN_LOG = 1 << 7, 191 GTK_IMHTML_RETURN_LOG = 1 << 7,
192 GTK_IMHTML_USE_POINTSIZE = 1 << 8 192 GTK_IMHTML_USE_POINTSIZE = 1 << 8,
193 GTK_IMHTML_NO_FORMATTING = 1 << 9
193 } GtkIMHtmlOptions; 194 } GtkIMHtmlOptions;
194 195
195 enum { 196 enum {
196 GTK_IMHTML_DRAG_URL = 0, 197 GTK_IMHTML_DRAG_URL = 0,
197 GTK_IMHTML_DRAG_HTML, 198 GTK_IMHTML_DRAG_HTML,