comparison src/gtkimhtml.h @ 8481:6d0869404696

[gaim-migrate @ 9214] " this fixes and should close 9, 10, and 12 on simguys list... those are... 9 Buttons that are pushed in when text is sent, stay pushed in. They should reset to the default for the line based on the B/I/U preferences. 10 Buttons are not properly pushed in if B/I/U are set in the prefs when the conversation window appears. 12 Buttons don't push in and out when the cursor enters regions that are differently formatted. For example, if you move the cursor to a place where the text is bold, the B button should probably be pushed in. While working on these i uncovered another bug which i'll start working on shortly, but thats no reason to hold this back when someone may find something I missed..." --Gary Kramlich as per his note, this does not fix moving the cursor with the mouse, but that doesn't work without this patch either. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 21 Mar 2004 18:38:30 +0000
parents 5f8d4ab6d375
children 887c0259b47b
comparison
equal deleted inserted replaced
8480:b0cebd011cc0 8481:6d0869404696
229 void gtk_imhtml_search_clear(GtkIMHtml *imhtml); 229 void gtk_imhtml_search_clear(GtkIMHtml *imhtml);
230 230
231 /* Editable stuff */ 231 /* Editable stuff */
232 void gtk_imhtml_set_editable(GtkIMHtml *imhtml, gboolean editable); 232 void gtk_imhtml_set_editable(GtkIMHtml *imhtml, gboolean editable);
233 void gtk_imhtml_set_format_functions(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons); 233 void gtk_imhtml_set_format_functions(GtkIMHtml *imhtml, GtkIMHtmlButtons buttons);
234 void gtk_imhtml_get_current_format(GtkIMHtml *imhtml, gint offset, gboolean *bold, gboolean *italic, gboolean *underline);
234 gboolean gtk_imhtml_get_editable(GtkIMHtml *imhtml); 235 gboolean gtk_imhtml_get_editable(GtkIMHtml *imhtml);
235 gboolean gtk_imhtml_toggle_bold(GtkIMHtml *imhtml); 236 gboolean gtk_imhtml_toggle_bold(GtkIMHtml *imhtml);
236 gboolean gtk_imhtml_toggle_italic(GtkIMHtml *imhtml); 237 gboolean gtk_imhtml_toggle_italic(GtkIMHtml *imhtml);
237 gboolean gtk_imhtml_toggle_underline(GtkIMHtml *imhtml); 238 gboolean gtk_imhtml_toggle_underline(GtkIMHtml *imhtml);
238 gboolean gtk_imhtml_toggle_forecolor(GtkIMHtml *imhtml, const char *color); 239 gboolean gtk_imhtml_toggle_forecolor(GtkIMHtml *imhtml, const char *color);