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.

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/

Reply via email to