On Sat, 2003-03-29 at 00:21, Christian Reis wrote: > On Mon, Mar 10, 2003 at 06:12:10PM -0500, Steve McClure wrote: > > I'm creating a CList like so: > > > > w = gtk.GtkCList(cols=1, titles=(self.description,)) > > #cols might be >1 sometime in the future. > > > > then I do this: > > > > for col in self.sortableColumns: > > title = w.get_column_title(col) > > lab = w.get_column_widget(col) > > They work, but I have run into problems with them in the past. You are > using 0.6.9, right? IIRC there was a lot of cleanup done for .11 which > fixed a couple of crashers. > > IIRC2 the problems here were caused by having an unusual column > structure -- libglade itself ran into this problem for a while till > james fixed it.
Yes, I am using 0.6.9. I'll see about upgrading, but for the mean time I eliminated the need for get_column_title and that avoids the problem, at least in my usage of it. Thanks for the info. > > Take care, > -- > Christian Reis, Senior Engineer, Async Open Source, Brazil. > http://async.com.br/~kiko/ | [+55 16] 261 2331 | NMFL > _______________________________________________ > pygtk mailing list [EMAIL PROTECTED] > http://www.daa.com.au/mailman/listinfo/pygtk > Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/ -- Steve McClure <[EMAIL PROTECTED]> Racemi, Inc.
signature.asc
Description: This is a digitally signed message part
_______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
