Call gtk_clist_size_allocate_columns every time the column configuration

Thu Jan 15 19:03:19 1998  Miguel de Icaza  <miguel@nuclecu.unam.mx>

        * gtk/gtkclist.c (gtk_clist_set_column_width): Call
        gtk_clist_size_allocate_columns every time the column
        configuration changes.
This commit is contained in:
Miguel de Icaza 1998-01-16 01:51:56 +00:00 committed by Arturo Espinosa
parent 8e1fb2cccd
commit aed02304eb
8 changed files with 43 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <timj@psynet.net>
* improved the gtk_widget_set handling. removed GtkArgFunc and added

View File

@ -1,3 +1,9 @@
Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <timj@psynet.net>
* improved the gtk_widget_set handling. removed GtkArgFunc and added

View File

@ -1,3 +1,9 @@
Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <timj@psynet.net>
* improved the gtk_widget_set handling. removed GtkArgFunc and added

View File

@ -1,3 +1,9 @@
Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <timj@psynet.net>
* improved the gtk_widget_set handling. removed GtkArgFunc and added

View File

@ -1,3 +1,9 @@
Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <timj@psynet.net>
* improved the gtk_widget_set handling. removed GtkArgFunc and added

View File

@ -1,3 +1,9 @@
Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <timj@psynet.net>
* improved the gtk_widget_set handling. removed GtkArgFunc and added

View File

@ -1,3 +1,9 @@
Thu Jan 15 19:03:19 1998 Miguel de Icaza <miguel@nuclecu.unam.mx>
* 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 <timj@psynet.net>
* improved the gtk_widget_set handling. removed GtkArgFunc and added

View File

@ -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))
{