comparison src/gtkimhtml.h @ 7778:3db18c16f573

[gaim-migrate @ 8423] This is half-complete, but I want to make sure I commit it before I really totally screw it up and have no clue where it went sour. You can now copy from and paste to a gtkimhtml and retain formatting... to some extent. It's really easy to break. The parser isn't finished yet, so if some things are really important to you, like, say, links, don't use this. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sat, 06 Dec 2003 21:32:20 +0000
parents 14cc6614af93
children 1e8322fc19b5
comparison
equal deleted inserted replaced
7777:69b9e1d4f9e2 7778:3db18c16f573
206 gboolean gtk_imhtml_toggle_forecolor(GtkIMHtml *imhtml, const char *color); 206 gboolean gtk_imhtml_toggle_forecolor(GtkIMHtml *imhtml, const char *color);
207 gboolean gtk_imhtml_toggle_backcolor(GtkIMHtml *imhtml, const char *color); 207 gboolean gtk_imhtml_toggle_backcolor(GtkIMHtml *imhtml, const char *color);
208 gboolean gtk_imhtml_toggle_fontface(GtkIMHtml *imhtml, const char *face); 208 gboolean gtk_imhtml_toggle_fontface(GtkIMHtml *imhtml, const char *face);
209 void gtk_imhtml_insert_link(GtkIMHtml *imhtml, const char *url, const char *text); 209 void gtk_imhtml_insert_link(GtkIMHtml *imhtml, const char *url, const char *text);
210 void gtk_imhtml_insert_smiley(GtkIMHtml *imhtml, const char *sml, char *smiley); 210 void gtk_imhtml_insert_smiley(GtkIMHtml *imhtml, const char *sml, char *smiley);
211 void gtk_imhtml_font_set_size(GtkIMHtml *imhtml, gint size);
211 void gtk_imhtml_font_shrink(GtkIMHtml *imhtml); 212 void gtk_imhtml_font_shrink(GtkIMHtml *imhtml);
212 void gtk_imhtml_font_grow(GtkIMHtml *imhtml); 213 void gtk_imhtml_font_grow(GtkIMHtml *imhtml);
213 char *gtk_imhtml_get_markup_range(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *end); 214 char *gtk_imhtml_get_markup_range(GtkIMHtml *imhtml, GtkTextIter *start, GtkTextIter *end);
214 char *gtk_imhtml_get_markup(GtkIMHtml *imhtml); 215 char *gtk_imhtml_get_markup(GtkIMHtml *imhtml);
215 char *gtk_imhtml_get_text(GtkIMHtml *imhtml); 216 char *gtk_imhtml_get_text(GtkIMHtml *imhtml);