forked from AuroraMiddleware/gtk
Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro)
2004-11-06 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end): Add the ComboCellInfo to the list. (#157528, Carlos Garnacho Parro)
This commit is contained in:
parent
08ef258df5
commit
55a372042f
@ -1,3 +1,9 @@
|
||||
2004-11-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
|
||||
Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
|
||||
Parro)
|
||||
|
||||
2004-11-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-11-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
|
||||
Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
|
||||
Parro)
|
||||
|
||||
2004-11-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-11-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
|
||||
Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
|
||||
Parro)
|
||||
|
||||
2004-11-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-11-06 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_cell_layout_pack_end):
|
||||
Add the ComboCellInfo to the list. (#157528, Carlos Garnacho
|
||||
Parro)
|
||||
|
||||
2004-11-05 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkcombobox.c (gtk_combo_box_menu_button_state_changed):
|
||||
|
@ -3631,6 +3631,8 @@ gtk_combo_box_cell_layout_pack_end (GtkCellLayout *layout,
|
||||
info->expand = expand;
|
||||
info->pack = GTK_PACK_END;
|
||||
|
||||
combo_box->priv->cells = g_slist_append (combo_box->priv->cells, info);
|
||||
|
||||
if (combo_box->priv->cell_view)
|
||||
gtk_cell_layout_pack_end (GTK_CELL_LAYOUT (combo_box->priv->cell_view),
|
||||
cell, expand);
|
||||
|
Loading…
Reference in New Issue
Block a user