diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-10-03 18:56:24 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-10-03 18:56:24 +0000 |
commit | 7fc054e9a6fb902a9ee5f8e77582ea3ffcbe2dc5 (patch) | |
tree | 26af225f5db6978d406ddd3b7202ee5fb30af5e5 /ChangeLog | |
parent | 795d24d4599045800b1aa5900a1cd67a2ea06a79 (diff) | |
download | gtk+-7fc054e9a6fb902a9ee5f8e77582ea3ffcbe2dc5.tar.gz |
only set the model on ->priv->cell_view if ->priv->cell_view is non-NULL.
Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model
on ->priv->cell_view if ->priv->cell_view is non-NULL.
* gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer
field to GtkComboBoxEntryPrivate,
(gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init),
(gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property),
(gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add
a construct-only "text_column" property and reorder code to use it
and support inheriting this widget.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Fri Oct 3 20:50:48 2003 Kristian Rietveld <kris@gtk.org> + + * gtk/gtkcombobox.c (gtk_combo_box_set_model): only set the model + on ->priv->cell_view if ->priv->cell_view is non-NULL. + + * gtk/gtkcomboboxentry.c: include gtkintl.h, add text_renderer + field to GtkComboBoxEntryPrivate, + (gtk_combo_box_entry_class_init), (gtk_combo_box_entry_init), + (gtk_combo_box_entry_set_property), (gtk_combo_box_entry_get_property), + (gtk_combo_box_entry_set_text_column), (gtk_combo_box_entry_new): add + a construct-only "text_column" property and reorder code to use it + and support inheriting this widget. + Thu Oct 2 23:28:02 2003 Kristian Rietveld <kris@gtk.org> * gtk/gtkcombobox.c: Added API doc comments. |