On Tue, 7 Dec 2004 19:51:37 -0500 Thomas Mills Hinkle <[EMAIL PROTECTED]> wrote:
> And here it is -- I finally tracked it down. The slowdown in appending > to a list store only occurs when the liststore is attached to a > ComboBox with set_wrap_width() set to something other than one. And it > only occurs with pygtk 2.5. Here's a bit of code to demonstrate the > bug. A followup question: the obvious workaround is to disconnect models while adding to them and then reconnect. Does anyone know what the speed tradeoffs are that are involved with this? Codewise, it's a bit of a pain because it undoes some of the convenience of sharing models throughout code by making me keep track of whoever uses those models (so I can disconnect/reconnect when adding to them). Tom _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
