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
_______________________________________________
gtk-perl-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to