Christian Robottom Reis <[EMAIL PROTECTED]> writes: > On Tue, Jul 20, 2004 at 01:57:54PM -0400, Steve McClure wrote: > > Kiwi has a nice way of doing it. Its CList object has a popup menu on > > the right click where the user can decide which columns to display. > > If only we could make those changes transparently persistent. We need > "user-cookies" for PyGTK apps. :-)
Of course this is an issue that really needs better support at the gtk+ level. Tree views actually have quite a bit of state that we would like to persist: expanded/collapsed node state, visible columns, column order, sorting order and column widths. I think this will require gtk+ API additions because I don't think there's any way to reset column widths to saved values. I think the gtk+ treeview gurus are aware of this. _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
