GtkComboBox API changes



Hello,

I just committed changes to CVS which will break all applications out
there using the new GtkComboBox. The changes causing this breakage are
the following:

- gtk_combo_box_new is now called gtk_combo_box_new_with_model. The new
gtk_combo_box_new takes zero arguments instead of one.
- gtk_combo_box_entry_new is now called
gtk_combo_box_entry_new_with_model. The new gtk_combo_box_entry_new
takes zero arguments instead of two.

The model (in GtkComboBox) and text_column (in GtkComboBoxEntry)
properties are no longer construct only. The language binding and glade
people will be very happy.


good night,


	-Kris



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]