Michele Campeotto wrote: > I want to use markup in a gtk.MessageDialog label and the best I can >come up with is: > dialog.vbox.children()[0].children()[1].set_use_markup(gtk.TRUE) > There are a couple of fields marked private that I could expose that would allow you to shorten this to: dialog.label.set_use_markup(gtk.TRUE)
I am tossing up whether to expose them or not. > > > Is there some other (better) way to access the label field of a >gtk.MessageDialog? > > > Thanks > > > P.S. James: I've seen that you have committed my demos to the CVS, I >am happy with this, but you have misspelled my name in the Changelog: it >is "Michele", not "Michelle" (Michelle is a french female name and I am >an italian male ;-p). > Sorry about that. I will fix it. James. -- Email: [EMAIL PROTECTED] WWW: http://www.daa.com.au/~james/ _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk
