On Tue, 2004-07-20 at 14:47, Doug Quale wrote:
> 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.

Quite true. I use an XML file and callbacks to persist expansion and
sorting but it would nice to have something that could do it all without
too much overhead on every single application out there.

> 
> 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/
-- 
Steve McClure <[EMAIL PROTECTED]>

_______________________________________________
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