summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2002-02-23 21:53:04 +0000
committerJonathan Blandford <jrb@src.gnome.org>2002-02-23 21:53:04 +0000
commitb2539ba480120a48a5c062b72cce23da43ac3b69 (patch)
treecf37c961f24f327243bc1c1f95ad3d0bf2ca6c4e /gtk/gtktreeprivate.h
parente59e91bf93c9e8a17a83ed11edc5895e7f53d53c (diff)
downloadgtk+-b2539ba480120a48a5c062b72cce23da43ac3b69.tar.gz
delay scrolling until we try to draw the window.
Wed Feb 20 16:44:05 2002 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): delay scrolling until we try to draw the window. * gtk/gtktreeview.c (validate_visible_area): Implement scroll_to_cell.
Diffstat (limited to 'gtk/gtktreeprivate.h')
-rw-r--r--gtk/gtktreeprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktreeprivate.h b/gtk/gtktreeprivate.h
index 820e846b5f..6e11fc367c 100644
--- a/gtk/gtktreeprivate.h
+++ b/gtk/gtktreeprivate.h
@@ -169,7 +169,7 @@ struct _GtkTreeViewPrivate
gint press_start_y;
/* Scroll-to functionality when unrealized */
- GtkTreePath *scroll_to_path;
+ GtkTreeRowReference *scroll_to_path;
GtkTreeViewColumn *scroll_to_column;
gfloat scroll_to_row_align;
gfloat scroll_to_col_align;