diff options
author | Kristian Rietveld <kris@gtk.org> | 2003-11-19 22:26:42 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2003-11-19 22:26:42 +0000 |
commit | 6438147763cb53d80b15369ebb3fd0d962db6bcc (patch) | |
tree | 7e74827a47e150ad6694029285510c5565db3e2b /gtk/gtkcombobox.h | |
parent | 720873b9cc38f0bc9b77647684c0c52cbe4ed664 (diff) | |
download | gtk+-6438147763cb53d80b15369ebb3fd0d962db6bcc.tar.gz |
move function to a somewhat more logical place,
Wed Nov 19 23:19:23 2003 Kristian Rietveld <kris@gtk.org>
* gtk/gtkcombobox.[ch] (gtk_combo_box_scroll_event): move function
to a somewhat more logical place,
(gtk_combo_box_remove_text): New function (#125262, Owen Taylor).
Diffstat (limited to 'gtk/gtkcombobox.h')
-rw-r--r-- | gtk/gtkcombobox.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcombobox.h b/gtk/gtkcombobox.h index 891a6464d5..504f33edac 100644 --- a/gtk/gtkcombobox.h +++ b/gtk/gtkcombobox.h @@ -96,6 +96,8 @@ void gtk_combo_box_insert_text (GtkComboBox *combo_box, const gchar *text); void gtk_combo_box_prepend_text (GtkComboBox *combo_box, const gchar *text); +void gtk_combo_box_remove_text (GtkComboBox *combo_box, + gint position); G_END_DECLS |