]> Pileus Git - ~andy/gtk/commit
Fixes #124373, Murray Cumming.
authorKristian Rietveld <kris@gtk.org>
Sun, 16 Nov 2003 23:20:15 +0000 (23:20 +0000)
committerKristian Rietveld <kristian@src.gnome.org>
Sun, 16 Nov 2003 23:20:15 +0000 (23:20 +0000)
commitd777b5b46a2baea0293cb7c474de5728cc0084c7
tree4a031deb54de143a8e675afd76b0239a3d9097be
parent01d2e36671826c4aebda689c8c8e4de795be98d9
Fixes #124373, Murray Cumming.

Mon Nov 17 00:11:21 2003  Kristian Rietveld  <kris@gtk.org>

Fixes #124373, Murray Cumming.

* gtk/gtkcombobox.[ch] (gtk_combo_box_class_init): the model property
is no longer construct only,
(gtk_combo_box_unset_model), (gtk_combo_box_set_model_internal),
(gtk_combo_box_menu_fill): new functions,
(gtk_combo_box_menu_setup), (gtk_combo_box_menu_destroy),
(gtk_combo_box_menu_row_*), (gtk_combo_box_list_setup),
(gtk_combo_box_list_destroy): updated,
(gtk_combo_box_new), (gtk_combo_box_new_with_model): new/changed
functions,
(gtk_combo_box_set_model): is now public, updated,
(gtk_combo_box_get_model): small update.

* gtk/gtkcomboboxentry.[ch] (gtk_combo_box_entry_class_init): the
text_column property is no longer construct only,
(gtk_combo_box_entry_set_text_column): now public,
(gtk_combo_box_entry_new), (gtk_combo_box_entry_new_with_model):
new/changed functions.

* tests/testcombo.c: updated.
ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcombobox.c
gtk/gtkcombobox.h
gtk/gtkcomboboxentry.c
gtk/gtkcomboboxentry.h