>> 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


_______________________________________________
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