mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
Call gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous() in
Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk> * gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous() in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
This commit is contained in:
parent
b3115437dd
commit
97ff0f48a4
@ -1,3 +1,9 @@
|
||||
Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
|
||||
gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
|
||||
in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
|
||||
|
||||
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
|
||||
gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
|
||||
in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
|
||||
|
||||
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
|
||||
gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
|
||||
in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
|
||||
|
||||
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
|
||||
gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
|
||||
in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
|
||||
|
||||
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
|
||||
|
@ -1,3 +1,9 @@
|
||||
Mon Feb 16 18:26:39 2004 Soeren Sandmann <sandmann@daimi.au.dk>
|
||||
|
||||
* gtk/gtktoolbar.c (gtk_toolbar_set_child_property): Call
|
||||
gtk_tool_item_set_expand(), not gtk_tool_item_set_homogeneous()
|
||||
in the CHILD_PROP_EXPAND branch. (#134545, Damon Chaplin)
|
||||
|
||||
Mon Feb 16 00:04:46 2004 Matthias Clasen <maclas@gmx.de>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_*):
|
||||
|
@ -2193,7 +2193,7 @@ gtk_toolbar_set_child_property (GtkContainer *container,
|
||||
break;
|
||||
|
||||
case CHILD_PROP_EXPAND:
|
||||
gtk_tool_item_set_homogeneous (GTK_TOOL_ITEM (child), g_value_get_boolean (value));
|
||||
gtk_tool_item_set_expand (GTK_TOOL_ITEM (child), g_value_get_boolean (value));
|
||||
break;
|
||||
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user