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:
committed by
Jonathan Blandford
parent
30d3e85d96
commit
f92ccfc08c
@ -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__
|
||||
|
||||
Reference in New Issue
Block a user