From c4739fb57ef2ec6ec093b20e15313f3b0d158b08 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 11 Oct 2003 22:36:04 +0000 Subject: [PATCH] Add the get_type() functions for GtkEntryCompletion, GtkTreeModelFilter, Sun Oct 12 00:33:48 2003 Matthias Clasen * gtk/gtk.types: Add the get_type() functions for GtkEntryCompletion, GtkTreeModelFilter, GtkCellLayout, GtkComboBox, GtkComboBoxEntry. --- docs/reference/ChangeLog | 6 ++++++ docs/reference/gtk/gtk.types | 5 +++++ 2 files changed, 11 insertions(+) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 78256b14e8..d6688295d8 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,9 @@ +Sun Oct 12 00:33:48 2003 Matthias Clasen + + * gtk/gtk.types: Add the get_type() functions for + GtkEntryCompletion, GtkTreeModelFilter, GtkCellLayout, + GtkComboBox, GtkComboBoxEntry. + Sat Oct 11 00:18:46 2003 Matthias Clasen * gtk/tmpl/gtkprogressbar.sgml: Included diff --git a/docs/reference/gtk/gtk.types b/docs/reference/gtk/gtk.types index d3ebc3b9ba..3a3f5366b2 100644 --- a/docs/reference/gtk/gtk.types +++ b/docs/reference/gtk/gtk.types @@ -14,6 +14,7 @@ gtk_box_get_type gtk_button_box_get_type gtk_button_get_type gtk_calendar_get_type +gtk_cell_layout_get_type gtk_cell_renderer_get_type gtk_cell_renderer_pixbuf_get_type gtk_cell_renderer_text_get_type @@ -24,12 +25,15 @@ gtk_clist_get_type gtk_color_button_get_type gtk_color_selection_dialog_get_type gtk_color_selection_get_type +gtk_combo_box_get_type +gtk_combo_box_entry_get_type gtk_combo_get_type gtk_container_get_type gtk_ctree_get_type gtk_curve_get_type gtk_dialog_get_type gtk_drawing_area_get_type +gtk_entry_completion_get_type gtk_entry_get_type gtk_event_box_get_type gtk_expander_get_type @@ -118,6 +122,7 @@ gtk_tool_button_get_type gtk_tool_item_get_type gtk_tree_get_type gtk_tree_item_get_type +gtk_tree_model_filter_get_type gtk_tree_model_sort_get_type gtk_tree_selection_get_type gtk_tree_store_get_type