Hi,

I've got problems with the character '&' inside of a treeview.

In example, I have following model:

ls = gtk.ListStore(str,str)
ls.append('Test1','This and that')
ls.append('Test2','C & A')

tv = gtk.TreeView()
tv.set_model(ls)
...

I'll get something like this:

Col1  |Col2
Test1 |This and that
Test2 |This and that

Does anybody can help with this problem (maybe a bug in GTK?)

Thanks in advance,

Volker

-- 
"Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to