Re: treeview -- go back to initial state

2008-12-27 Thread Tadej Borovšak
Hello. If you need to retain your original order, the best thing is to leave the original model alone, wrap it inside GtkTreeModelSort and sort that layer model instead. See docs (there are 2 examples too): http://library.gnome.org/devel/gtk/stable/GtkTreeModelSort.html 2008/12/26 YU WU : > > de

treeview -- go back to initial state

2008-12-27 Thread YU WU
dear all, i have one problem. i have built a treeview modal. it reads data from a file. if i click one column header, the treeview is sorted. now, i want to restore the initial state. how can i realize this? one thing at least is to make the sort indicator arrow not displayed. but the function