Whoops. Forgot this a couple months ago. Now GtkTreeStore sort of sorts.

Thu Jun 14 19:21:27 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreestore.c (gtk_tree_store_sort_helper): Whoops.  Forgot
	this a couple months ago.  Now GtkTreeStore sort of sorts.  I'll
	finish it off tonight, though it basically works now when it's a
	list.  Also, I have a sinking feeling neither GtkTreeStore or
	GtkListStore actually resort when adding a new item.  I'll look
	into it.
This commit is contained in:
Jonathan Blandford
2001-06-14 23:25:52 +00:00
committed by Jonathan Blandford
parent c604648121
commit 426ac9c6fe
16 changed files with 386 additions and 143 deletions

View File

@ -576,8 +576,8 @@ gtk_tree_iter_free (GtkTreeIter *iter)
* @tree_model: A #GtkTreeModel.
*
* Returns a set of flags supported by this interface. The flags are a bitwise
* combination of #GtkTreeModelFlags. It is expected that the flags supported
* do not change for an interface.
* combination of #GtkTreeModelFlags. The flags supported should not change
* during the lifecycle of the tree_model.
*
* Return value: The flags supported by this interface.
**/