Hi, I have a lable in a glade file, I do this
self.heading.set_use_markup(gtk.TRUE)
self.heading.set_markup('<b>Blah Blah Blah</b>')
and the label literaly says:
<b>Blah Blah Blah</b>
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/
