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
tried to add a html tags (<a href> tag) to label but it doesn't work.
Is there any easy and fast way to add such url which will be open in web
browser ? I know i can you button and system() but I would like to use
only Gtk2 without perl code.