in reply to html over Gtk2-Perl

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.

There probably is, but the API is probably more difficult. Simple solution, save it to a file, display the file, use File::Temp and URI::file, like HTML::Display does

Replies are listed 'Best First'.
Re^2: html over Gtk2-Perl
by Kanishka.black0 (Scribe) on May 17, 2011 at 02:08 UTC
    HTML::Display only get the html code into a string .I am write where i started i don't need the html code to be displayed in native GTk .. i need the HTML front-end over GTK
      What does that mean?