[Gtk-sharp-list] Gtk.TreeView: How to reset the TreeModel back
in the "unsorted" state?
Fabian Sturm
f@rtfs.org
Fri, 11 Mar 2005 00:10:34 +0100
Hi!
On Thu, 2005-03-10 at 21:34 +0100, Sebastian Dröge wrote:
> well... solved my own problem by trying: you have to set the sort-column to
> -2 and the TreeView ist unsorted again. Maybe this helps someone else, I
> haven't found any documentation on this
There is a great tutorial explainig the Gtk Tree View from Tim-Phillip.
http://scentric.net/tutorial/treeview-tutorial.html
It contains a chapter about sorting. It explains the c interface but it
shouldn't be too hard to adapt this to gtk#
cu, Fabian