diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-06 20:14:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-05-06 20:14:46 +0000 |
commit | ebfab36967b356c0be61874f3a176988c99d90dd (patch) | |
tree | 1dcb48c4dc7037a1989fbb27756efe9211315ad8 /gtk/gtkcombobox.h | |
parent | b33307b7906dc55162bbb85bba14017577811917 (diff) | |
download | gtk+-ebfab36967b356c0be61874f3a176988c99d90dd.tar.gz |
Reverse accidental commit.
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r-- | gtk/gtkcombobox.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index a0b2a5df99..7d78ea3e97 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -107,17 +107,6 @@ gchar *gtk_combo_box_get_active_text (GtkComboBox *combo_box); void gtk_combo_box_popup (GtkComboBox *combo_box); void gtk_combo_box_popdown (GtkComboBox *combo_box); -/* insensitive items */ -typedef gboolean (*GtkComboBoxSelectionFunc) (GtkTreeModel *model, - GtkTreePath *path, - gboolean currently_selected, - gpointer data); - -void gtk_combo_box_set_selection_func (GtkComboBox *combo_box, - GtkComboBoxSelectionFunc func, - gpointer data, - GtkDestroyNotify destroy); - G_END_DECLS #endif /* __GTK_COMBO_BOX_H__ */ |