Update top_row. Remove extraneous print statements.

Mon Jan 21 18:28:17 2002  Jonathan Blandford  <jrb@redhat.com>

	* gtk/gtktreeview.c (gtk_tree_view_adjustment_changed): Update
	top_row.  Remove extraneous print statements.
This commit is contained in:
Jonathan Blandford
2002-01-21 23:30:17 +00:00
committed by Jonathan Blandford
parent 236118bf89
commit 969279b54e
10 changed files with 59 additions and 11 deletions

View File

@ -104,6 +104,8 @@ struct _GtkTreeViewPrivate
/* bin_window offset */
GtkTreeRowReference *top_row;
gint top_row_dy;
/* dy == y pos of top_row + top_row_dy */
/* we cache it for simplicity of the code */
gint dy;
gint drag_column_x;