http://qs321.pair.com?node_id=905188

Kanishka.black0 has asked for the wisdom of the Perl Monks concerning the following question:

I have been trying to figure it out that HTML code can be displayed over Gtk2.

i have tried the Gtk2::Webkit and Gtk2::Mozembed modules for displaying the content, they get html content from over the server(it needs an http server)

Is there any way to display HTML content on GTK native or else if there is any way to display the HTMl code from a string (HTML code) over the above modules.

if i missed any points on the modules or if there is any better option , please let me know

Actually i want to build an GTK app where html content is displayed in the GTK window