change scroll_to_cell delayed code to happen in size_allocate.

Mon Oct  1 14:07:02 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreeview.c (gtk_tree_view_size_allocate): change
	scroll_to_cell delayed code to happen in size_allocate.

	* gtk/gtkstyle.c (gtk_default_draw_expander): change
	prelight/normal arrow drawing.

	* gtk/gtktreedatalist.c: Change compare func to use g_utf8_collate

	* gtk/gtktreestore.c: refactor.
This commit is contained in:
Jonathan Blandford
2001-10-01 18:12:34 +00:00
committed by Jonathan Blandford
parent c6f15f385f
commit 58ed9e8bef
14 changed files with 158 additions and 86 deletions

View File

@ -528,7 +528,7 @@ _gtk_rbtree_remove (GtkRBTree *tree)
}
tmp_tree = tree->parent_tree;
tmp_node = tree->parent_node;
_gtk_rbtree_free (tree);
if (gtk_debug_flags & GTK_DEBUG_TREE)