tags:

views:

32

answers:

2

hi... how can i render 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 ?

+1  A: 

Try the GtkHTML project.

Aaron Digulla
+2  A: 

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.

ptomato
Ya Webkit GTK is really cool, and now i am able to work it out.. Thank you...
ganapati