11 #ifndef YGTK_HTML_WRAP_H 12 #define YGTK_HTML_WRAP_H 17 GtkWidget *ygtk_html_wrap_new (
void);
19 GType ygtk_html_wrap_get_type (
void);
20 void ygtk_html_wrap_init (GtkWidget *widget);
22 void ygtk_html_wrap_set_text (GtkWidget *widget,
const gchar* text, gboolean plain_mode);
23 void ygtk_html_wrap_scroll (GtkWidget *widget, gboolean top );
25 typedef void (*LinkClickedCb) (GtkWidget *htmlwrap,
const gchar *url, gpointer data);
26 void ygtk_html_wrap_connect_link_clicked (GtkWidget *widget, LinkClickedCb callback, gpointer data);
29 gboolean ygtk_html_wrap_search (GtkWidget *widget,
const gchar *text);
30 gboolean ygtk_html_wrap_search_next (GtkWidget *widget,
const gchar *text);
32 void ygtk_html_wrap_set_background (GtkWidget *widget, GdkPixbuf *pixbuf,
const gchar *filename);