Imre Horvath wrote: > How can I get the column names in a liststore? [column.get_title() for column in treeview.get_columns()]
I assume you are referring to the column names of a gtk.TreeView, since gtk.ListStores don't have column names. -- Walter Leibbrandt Software Developer Recent blogs: * Conquering the CellRendererWidget http://www.translate.org.za/blogs/walter/en/content/conquering-cellrendererwidget _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
