comparison src/gtkimhtml.h @ 8105:42c7227d6e4d

[gaim-migrate @ 8805] Patch from Nathan Fredrickson to fix some accessibility focus issues with conversation windows. The text input does not force itself to have focus all the time now, but typing normal text should still go into the input box. I organized key_press_cb in gtkconv.c so it's sane. I don't think I lost any shortcuts, but it's possible. Also from Nathan Fredrickson, gtkimhtml widgets marked as non-editable no longer allow text to be pasted into themselves. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 15 Jan 2004 03:43:32 +0000
parents ea073d234191
children c25c697525b7
comparison
equal deleted inserted replaced
8104:a89cffefca93 8105:42c7227d6e4d
146 }; 146 };
147 147
148 typedef enum { 148 typedef enum {
149 GTK_IMHTML_NO_COLOURS = 1 << 0, 149 GTK_IMHTML_NO_COLOURS = 1 << 0,
150 GTK_IMHTML_NO_FONTS = 1 << 1, 150 GTK_IMHTML_NO_FONTS = 1 << 1,
151 GTK_IMHTML_NO_COMMENTS = 1 << 2, 151 GTK_IMHTML_NO_COMMENTS = 1 << 2, /* Remove */
152 GTK_IMHTML_NO_TITLE = 1 << 3, 152 GTK_IMHTML_NO_TITLE = 1 << 3,
153 GTK_IMHTML_NO_NEWLINE = 1 << 4, 153 GTK_IMHTML_NO_NEWLINE = 1 << 4,
154 GTK_IMHTML_NO_SIZES = 1 << 5, 154 GTK_IMHTML_NO_SIZES = 1 << 5,
155 GTK_IMHTML_NO_SCROLL = 1 << 6, 155 GTK_IMHTML_NO_SCROLL = 1 << 6,
156 GTK_IMHTML_RETURN_LOG = 1 << 7, 156 GTK_IMHTML_RETURN_LOG = 1 << 7,