Re: Label and url link to webpage.

2008-06-01 Thread Torsten Schoenfeld
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 replaceme

Re: Label and url link to webpage.

2008-05-27 Thread Kevin Ryde
muppet <[EMAIL PROTECTED]> writes: > > Gtk2::LinkButton->set_uri_hook (sub { > my ($button, $uri) = @_; > system "gnome-open '$uri' &"; I guess there's the gnome library call too. I was on the hunt for something good to plug in there and/or AboutDialog, and for open

Re: Label and url link to webpage.

2008-05-26 Thread muppet
On May 26, 2008, at 2:07 PM, [EMAIL PROTECTED] wrote: > Hi, > I recently started learning gtk2-perl. > I write now easy app and I stuck in one places. > I think it is silly and easy but I couldn't find solution. > I want to add to label (or another widget) text which will be a html > url > to w

Re: Label and url link to webpage.

2008-05-26 Thread kobi_tk
> Hi, > I recently started learning gtk2-perl. > I write now easy app and I stuck in one places. > I think it is silly and easy but I couldn't find solution. > I want to add to label (or another widget) text which will be a html url > to webpage. When user click it url will be open in default bro

Label and url link to webpage.

2008-05-26 Thread kobi_tk
Hi, I recently started learning gtk2-perl. I write now easy app and I stuck in one places. I think it is silly and easy but I couldn't find solution. I want to add to label (or another widget) text which will be a html url to webpage. When user click it url will be open in default browser. I trie