Re: [pygtk] pango marukup for lables

2002-08-21 Thread Rob Brown-Bayliss

On Wed, 2002-08-21 at 15:15, Rob Brown-Bayliss wrote:

Whoops again, it does work, it's me who is broken :o)

-- 

*
*  Rob Brown-Bayliss
*
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/



[pygtk] pango marukup for lables

2002-08-20 Thread Rob Brown-Bayliss

Hi, I have a lable in a glade file, I do this


self.heading.set_use_markup(gtk.TRUE)
self.heading.set_markup('Blah Blah Blah')

and the label literaly says:

Blah Blah Blah

The glade file also has set the the lable to use markup so where am I
going wrong?

-- 

*
*  Rob Brown-Bayliss
*
___
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/