Skip Montanaro wrote:

Is it possible to give users the ability to suppress display of certain
columns of a treeview?  Perhaps I should be using a table widget instead.
(Treeview widgets seem way too complex for fairly simple use, which I
suspect is what they are used for 90% of the time.)

Thx,



Should be able to using gtk.TreeViewColumn.set_visible():

http://www.pygtk.org/pygtk2reference/class-gtktreeviewcolumn.html#method-gtktreeviewcolumn--set-visible

John

_______________________________________________
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