Discussion:
[pygtk] Hide a Column in a Treeview.
Maik Hertha
2004-02-03 19:57:38 UTC
Permalink
Hi ,
I need some inspiration form the list.
In the clist-widget it is possible to show/hide a column with
clist.set_column_visibility(col, <0 or 1>).
How do I this with (List|Tree)Store + TreeView lists? I looked around
but didn't find any information (PyGtk faq/PyGtk tutoria/PyGtk
classreference).

Thanks for your help.

--maik./
--
Mit freundlichem Gruß /
with best regards

Maik Hertha

--------------------------------------------------------------
***@berlin.de
--------------------------------------------------------------
8***@chez.com
2004-02-03 20:33:43 UTC
Permalink
you can use col.set_visible(FALSE)
where col is a Gtk.TreeViewColumn()

Asterix
Post by Maik Hertha
Hi ,
I need some inspiration form the list.
In the clist-widget it is possible to show/hide a column with
clist.set_column_visibility(col, <0 or 1>).
How do I this with (List|Tree)Store + TreeView lists? I looked around
but didn't find any information (PyGtk faq/PyGtk tutoria/PyGtk
classreference).
Thanks for your help.
--maik./
--
Mit freundlichem Gruß /
with best regards
Maik Hertha
--------------------------------------------------------------
--------------------------------------------------------------
_______________________________________________
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
Loading...