Re: Label and url link to webpage.



Kevin Ryde wrote:
     Gtk2::LinkButton->set_uri_hook (sub {
             my ($button, $uri) = @_;
             system "gnome-open '$uri' &";

I guess there's the gnome library call too.

That would be Gnome2::URL->show ($uri).  Very recently, gtk_show_uri was
introduced as a replacement.  It's not yet wrapped by the bindings.

-- 
Bye,
-Torsten



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