Hello everyone,
I noticed, that when I use collapse_all() from gtk.Treeview, I need to call queue_draw() to make the change immediate. If I don't, the change will take effect only when I hover over the treeview. Anyway, when I implemented a button for expand_all(), I noticed that this time it is not necessary to call queue_draw(). Just for curiosity: What is the reason for this?
Niklas.
P.S.: I am using pygtk 2.4.1 _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
