[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Label and url link to webpage.
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Label and url link to webpage.
- Date: Sun, 01 Jun 2008 15:22:50 +0200
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]