From 16a4dc24158a7652e7ed6ccac329ce80bee748bd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 10 May 2004 20:27:27 +0000 Subject: [PATCH] Add a note about COLUMN_FIXED restriction. 2004-05-10 Matthias Clasen * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a note about COLUMN_FIXED restriction. --- ChangeLog | 3 +++ ChangeLog.pre-2-10 | 3 +++ ChangeLog.pre-2-6 | 3 +++ ChangeLog.pre-2-8 | 3 +++ gtk/gtktreeview.c | 5 +++-- 5 files changed, 15 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index e812338dc3..9a333c185a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-05-10 Matthias Clasen + * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a + note about COLUMN_FIXED restriction. + * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): Set the entry in the default handler of the ::match-selected signal. (#137226) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index e812338dc3..9a333c185a 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,8 @@ 2004-05-10 Matthias Clasen + * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a + note about COLUMN_FIXED restriction. + * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): Set the entry in the default handler of the ::match-selected signal. (#137226) diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index e812338dc3..9a333c185a 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,5 +1,8 @@ 2004-05-10 Matthias Clasen + * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a + note about COLUMN_FIXED restriction. + * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): Set the entry in the default handler of the ::match-selected signal. (#137226) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index e812338dc3..9a333c185a 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,8 @@ 2004-05-10 Matthias Clasen + * gtk/gtktreeview.c (gtk_tree_view_set_fixed_height_mode): Add a + note about COLUMN_FIXED restriction. + * gtk/gtkentrycompletion.c (gtk_entry_completion_list_button_press): Set the entry in the default handler of the ::match-selected signal. (#137226) diff --git a/gtk/gtktreeview.c b/gtk/gtktreeview.c index 843252c2f6..beceae220c 100644 --- a/gtk/gtktreeview.c +++ b/gtk/gtktreeview.c @@ -6170,9 +6170,10 @@ column_sizing_notify (GObject *object, * Enables or disables the fixed height mode of @tree_view. * Fixed height mode speeds up #GtkTreeView by assuming that all * rows have the same height. - * Only enable this option if all rows are the same height. + * Only enable this option if all rows are the same height and all + * columns are of type %GTK_TREE_VIEW_COLUMN_FIXED. * - * Since: 2.6 + * Since: 2.6 **/ void gtk_tree_view_set_fixed_height_mode (GtkTreeView *tree_view,