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:
committed by
Arturo Espinosa
parent
8e1fb2cccd
commit
aed02304eb
@ -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>
|
Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net>
|
||||||
|
|
||||||
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
||||||
|
|||||||
@ -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>
|
Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net>
|
||||||
|
|
||||||
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
||||||
|
|||||||
@ -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>
|
Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net>
|
||||||
|
|
||||||
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
||||||
|
|||||||
@ -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>
|
Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net>
|
||||||
|
|
||||||
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
||||||
|
|||||||
@ -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>
|
Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net>
|
||||||
|
|
||||||
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
||||||
|
|||||||
@ -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>
|
Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net>
|
||||||
|
|
||||||
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
||||||
|
|||||||
@ -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>
|
Fri Jan 16 01:55:17 1998 Tim Janik <timj@psynet.net>
|
||||||
|
|
||||||
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
* improved the gtk_widget_set handling. removed GtkArgFunc and added
|
||||||
|
|||||||
@ -664,6 +664,7 @@ gtk_clist_set_column_width (GtkCList * clist,
|
|||||||
clist->column[column].width = width;
|
clist->column[column].width = width;
|
||||||
|
|
||||||
gtk_clist_size_allocate_title_buttons (clist);
|
gtk_clist_size_allocate_title_buttons (clist);
|
||||||
|
gtk_clist_size_allocate_columns (clist);
|
||||||
|
|
||||||
if (!GTK_CLIST_FROZEN (clist))
|
if (!GTK_CLIST_FROZEN (clist))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user