The column names are part of gtk.TreeViewColumn which belong to the
TreeView, not the ListStore (which holds the model). You can get them with
TreeViewColumn.get_column( n ).get_title()



On Mon, Jul 20, 2009 at 4:06 PM, Imre Horvath <[email protected]> wrote:

> Hi!
>
> How can I get the column names in a liststore?
>
> Thanks in advance:
> Imre Horvath
>
> _______________________________________________
> pygtk mailing list   [email protected]
> http://www.daa.com.au/mailman/listinfo/pygtk
> Read the PyGTK FAQ: http://faq.pygtk.org/
>
_______________________________________________
pygtk mailing list   [email protected]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://faq.pygtk.org/

Reply via email to