Fredrik Corneliusson wrote:
I'm not able to figure out why gtk.TextTags wrap-mode is only respected if it is set at the beginning of a paragraph. What I'm trying to achieve is to have some parts of a paragraph text have other wrapping then the rest.
Why not use multiple paragraphs? I wouldn't be surprised if each paragraph can only have one wrap mode, though I haven't looked to see if is the case.
Cheers, John _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
