Simple GtkHTML question?



Hi

I would like to know a simple way in which I could make a GtkHTML Widget
for previewing a code of HTML. What I have in mind is something like this

html = gtk_html_new ();
/*
 * Code for feeding the html data
 */
gtk_widget_show (html);

Now what I want is the part which I commented. What is the minimal number
of functions required to do so.

Ettore? Anyone? It would be great help for now.

Archit Baweja




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]