new function to clean up cursor handling.

Fri Jun  8 18:41:30 2001  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreeview.c (gtk_tree_view_set_cursor): new function to
	clean up cursor handling.

	Pretty much nailed single selection motion, and multi-selection
	focus minus the fact that the anchor isn't quite right.
This commit is contained in:
Jonathan Blandford
2001-06-08 22:59:37 +00:00
committed by Jonathan Blandford
parent 30d3e85d96
commit f92ccfc08c
10 changed files with 246 additions and 92 deletions

View File

@ -158,6 +158,9 @@ struct _GtkTreeViewPrivate
guint drag_column_window_state : 3;
/* hint to display rows in alternating colors */
guint has_rules : 1;
guint in_extended_selection : 1;
guint in_free_motion : 1;
};
#ifdef __GNUC__