On Tue, 2004-07-20 at 13:37, Skip Montanaro wrote: > >> Is it possible to give users the ability to suppress display of > >> certain columns of a treeview? > > John> Should be able to using gtk.TreeViewColumn.set_visible(): > > John> > http://www.pygtk.org/pygtk2reference/class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-visible > > Thanks. I guess I was really wondering if any sort of point-n-click > functionality is exposed to the user by default. I guess I'll have to > create some sort of preferences dialog so the user can select which columns > to view. > > Skip
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. > > > _______________________________________________ > 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/
