Yeah, you're right, that is confusing. Here's what I use:
tvc.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
tvc.set_resizable(True)
tvc.set_fixed_width(self.width)
That did it. Thanks :)
_______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
