From aed02304eba9488e6008436f364ec588f1cd0e6f Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 16 Jan 1998 01:51:56 +0000 Subject: [PATCH] Call gtk_clist_size_allocate_columns every time the column configuration Thu Jan 15 19:03:19 1998 Miguel de Icaza * gtk/gtkclist.c (gtk_clist_set_column_width): Call gtk_clist_size_allocate_columns every time the column configuration changes. --- ChangeLog | 6 ++++++ ChangeLog.pre-2-0 | 6 ++++++ ChangeLog.pre-2-10 | 6 ++++++ ChangeLog.pre-2-2 | 6 ++++++ ChangeLog.pre-2-4 | 6 ++++++ ChangeLog.pre-2-6 | 6 ++++++ ChangeLog.pre-2-8 | 6 ++++++ gtk/gtkclist.c | 1 + 8 files changed, 43 insertions(+) diff --git a/ChangeLog b/ChangeLog index f9ec75c792..bf77dd88c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Thu Jan 15 19:03:19 1998 Miguel de Icaza + + * gtk/gtkclist.c (gtk_clist_set_column_width): Call + gtk_clist_size_allocate_columns every time the column + configuration changes. + Fri Jan 16 01:55:17 1998 Tim Janik * improved the gtk_widget_set handling. removed GtkArgFunc and added diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index f9ec75c792..bf77dd88c7 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +Thu Jan 15 19:03:19 1998 Miguel de Icaza + + * gtk/gtkclist.c (gtk_clist_set_column_width): Call + gtk_clist_size_allocate_columns every time the column + configuration changes. + Fri Jan 16 01:55:17 1998 Tim Janik * improved the gtk_widget_set handling. removed GtkArgFunc and added diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index f9ec75c792..bf77dd88c7 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,9 @@ +Thu Jan 15 19:03:19 1998 Miguel de Icaza + + * gtk/gtkclist.c (gtk_clist_set_column_width): Call + gtk_clist_size_allocate_columns every time the column + configuration changes. + Fri Jan 16 01:55:17 1998 Tim Janik * improved the gtk_widget_set handling. removed GtkArgFunc and added diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index f9ec75c792..bf77dd88c7 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,9 @@ +Thu Jan 15 19:03:19 1998 Miguel de Icaza + + * gtk/gtkclist.c (gtk_clist_set_column_width): Call + gtk_clist_size_allocate_columns every time the column + configuration changes. + Fri Jan 16 01:55:17 1998 Tim Janik * improved the gtk_widget_set handling. removed GtkArgFunc and added diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4 index f9ec75c792..bf77dd88c7 100644 --- a/ChangeLog.pre-2-4 +++ b/ChangeLog.pre-2-4 @@ -1,3 +1,9 @@ +Thu Jan 15 19:03:19 1998 Miguel de Icaza + + * gtk/gtkclist.c (gtk_clist_set_column_width): Call + gtk_clist_size_allocate_columns every time the column + configuration changes. + Fri Jan 16 01:55:17 1998 Tim Janik * improved the gtk_widget_set handling. removed GtkArgFunc and added diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index f9ec75c792..bf77dd88c7 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,9 @@ +Thu Jan 15 19:03:19 1998 Miguel de Icaza + + * gtk/gtkclist.c (gtk_clist_set_column_width): Call + gtk_clist_size_allocate_columns every time the column + configuration changes. + Fri Jan 16 01:55:17 1998 Tim Janik * improved the gtk_widget_set handling. removed GtkArgFunc and added diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index f9ec75c792..bf77dd88c7 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,9 @@ +Thu Jan 15 19:03:19 1998 Miguel de Icaza + + * gtk/gtkclist.c (gtk_clist_set_column_width): Call + gtk_clist_size_allocate_columns every time the column + configuration changes. + Fri Jan 16 01:55:17 1998 Tim Janik * improved the gtk_widget_set handling. removed GtkArgFunc and added diff --git a/gtk/gtkclist.c b/gtk/gtkclist.c index 3b6595ea3f..9e80fe7274 100644 --- a/gtk/gtkclist.c +++ b/gtk/gtkclist.c @@ -664,6 +664,7 @@ gtk_clist_set_column_width (GtkCList * clist, clist->column[column].width = width; gtk_clist_size_allocate_title_buttons (clist); + gtk_clist_size_allocate_columns (clist); if (!GTK_CLIST_FROZEN (clist)) {