On Fri, 2005-29-04 at 05:28 -0700, Mahmad Sadique Hannure wrote:
> I am working on a module called Report Bugs which
> requires a hyperlink which open our web site in
> default browser. I am able to implement effect looks
> like a hyperlink by using Pango Markup language
> as like
>
>
> label.set_text("<span foreground=\"blue\"
> underline=\"single\">" +[PROTECTED WEB SITE] +
> </span>")
> label.set_use_markup(True)
>
> So if any one knows the solution please help me
>
> Thaank You
>
> __________________________________________________
I don't know if this will work in a dialog box the same, but here is how
we do it in a TextBuffer. It should be very similar.
http://cvs.sourceforge.net/viewcvs.py/porthole/porthole/summary.py?view=markup
Hope this helps.
--
Brian <[EMAIL PROTECTED]>
_______________________________________________
pygtk mailing list [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/