How can I render an HTML page into gtkwindow? Say I already have a downloaded/written HTML page. I want to render the content of that page in my gtk application. How can I implement that?
I have tried both GtkHTML and Webkit GTK and my opinion is that Webkit is by far the stronger and more versatile of the two.