Add gtk_combo_box_new_with_model, gtk_combo_box_set_model.
Mon Nov 17 23:29:21 2003 Matthias Clasen <maclas@gmx.de> * gtk/gtk-sections.txt: Add gtk_combo_box_new_with_model, gtk_combo_box_set_model.
This commit is contained in:

committed by
Matthias Clasen

parent
0725ca9d22
commit
03522ef802
@ -1,5 +1,10 @@
|
|||||||
Sun Nov 16 00:41:48 2003 Matthias Clasen <maclas@gmx.de>
|
Mon Nov 17 23:29:21 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
|
* gtk/gtk-sections.txt: Add gtk_combo_box_new_with_model,
|
||||||
|
gtk_combo_box_set_model.
|
||||||
|
|
||||||
|
Sun Nov 16 00:41:48 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
|
||||||
* gtk/gtk-sections.txt: Remove gtk_tool_item_[sg]et_pack_end.
|
* gtk/gtk-sections.txt: Remove gtk_tool_item_[sg]et_pack_end.
|
||||||
|
|
||||||
Sun Nov 16 00:32:18 2003 Matthias Clasen <maclas@gmx.de>
|
Sun Nov 16 00:32:18 2003 Matthias Clasen <maclas@gmx.de>
|
||||||
|
@ -643,12 +643,14 @@ gtk_combo_get_type
|
|||||||
<TITLE>GtkComboBox</TITLE>
|
<TITLE>GtkComboBox</TITLE>
|
||||||
GtkComboBox
|
GtkComboBox
|
||||||
gtk_combo_box_new
|
gtk_combo_box_new
|
||||||
|
gtk_combo_box_new_with_model
|
||||||
gtk_combo_box_set_wrap_width
|
gtk_combo_box_set_wrap_width
|
||||||
gtk_combo_box_set_row_span_column
|
gtk_combo_box_set_row_span_column
|
||||||
gtk_combo_box_set_column_span_column
|
gtk_combo_box_set_column_span_column
|
||||||
gtk_combo_box_get_active
|
gtk_combo_box_get_active
|
||||||
gtk_combo_box_set_active
|
gtk_combo_box_set_active
|
||||||
gtk_combo_box_get_model
|
gtk_combo_box_get_model
|
||||||
|
gtk_combo_box_set_model
|
||||||
gtk_combo_box_new_text
|
gtk_combo_box_new_text
|
||||||
gtk_combo_box_append_text
|
gtk_combo_box_append_text
|
||||||
gtk_combo_box_insert_text
|
gtk_combo_box_insert_text
|
||||||
|
Reference in New Issue
Block a user