summaryrefslogtreecommitdiff
path: root/gtk/gtktreeprivate.h
diff options
context:
space:
mode:
authorJonathan Blandford <jrb@redhat.com>2001-08-24 20:09:26 +0000
committerJonathan Blandford <jrb@src.gnome.org>2001-08-24 20:09:26 +0000
commit747b72533a64e61f8349522fab71ea25b76e0aeb (patch)
tree6951d27edcde64c797b1d893e477c07b190ed191 /gtk/gtktreeprivate.h
parentc1e4eac780004d3079f931166c98768738cd9ab8 (diff)
downloadgtk+-747b72533a64e61f8349522fab71ea25b76e0aeb.tar.gz
Add "use_align" to give people the option to just make a cell visible.
Fri Aug 24 16:03:45 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_scroll_to_cell): Add "use_align" to give people the option to just make a cell visible. * gtk/gtktreeview.c (gtk_tree_view_scroll_to_point): fix bug where we were scrolling past the end of the tree. * gtk/gtktreeviewcolumn.c (gtk_tree_view_column_pack_start): rename gtk_tree_view_column_pack_start_cell_renderer to gtk_tree_view_column_pack_start. Same for pack_end, and clear.
Diffstat (limited to 'gtk/gtktreeprivate.h')
-rw-r--r--gtk/gtktreeprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtktreeprivate.h b/gtk/gtktreeprivate.h
index d5cb1bc3d7..ca33894c5d 100644
--- a/gtk/gtktreeprivate.h
+++ b/gtk/gtktreeprivate.h
@@ -165,6 +165,7 @@ struct _GtkTreeViewPrivate
GtkTreeViewColumn *scroll_to_column;
gfloat scroll_to_row_align;
gfloat scroll_to_col_align;
+ guint scroll_to_use_align : 1;
guint reorderable : 1;
guint header_has_focus : 1;