Re: [pygtk] How can I create hyperlink on a Dialog Box

2005-05-04 Thread Guido Schimmels
On Fri, 29 Apr 2005 05:28:23 -0700 (PDT) Mahmad Sadique Hannure <[EMAIL PROTECTED]> 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

Re: [pygtk] How can I create hyperlink on a Dialog Box

2005-04-29 Thread Brian
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

[pygtk] How can I create hyperlink on a Dialog Box

2005-04-29 Thread Mahmad Sadique Hannure
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("" +[PROTECTED WEB SITE] + ") label.set_use_markup(True) So if any one kno