summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxtext.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-10-15 16:16:45 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-10-15 16:58:26 -0400
commit99cfbecf466193f2a132e4476f92723b8c51e4a5 (patch)
tree476bfa89e5da2dac32aff3c9f3799bc312ae716a /gtk/gtkcomboboxtext.h
parent8353754c17d33b8e26332c666dc3941c36619c51 (diff)
downloadgtk+-99cfbecf466193f2a132e4476f92723b8c51e4a5.tar.gz
Add gtk_combo_box_text_new_with_entry
Also, make use of the configured entry_text_column.
Diffstat (limited to 'gtk/gtkcomboboxtext.h')
-rw-r--r--gtk/gtkcomboboxtext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkcomboboxtext.h b/gtk/gtkcomboboxtext.h
index 455dd858ee..a7760058ee 100644
--- a/gtk/gtkcomboboxtext.h
+++ b/gtk/gtkcomboboxtext.h
@@ -59,6 +59,7 @@ struct _GtkComboBoxTextClass
GType gtk_combo_box_text_get_type (void) G_GNUC_CONST;
GtkWidget* gtk_combo_box_text_new (void);
+GtkWidget* gtk_combo_box_text_new_with_entry (void);
void gtk_combo_box_text_append_text (GtkComboBoxText *combo_box,
const gchar *text);
void gtk_combo_box_text_insert_text (GtkComboBoxText *combo_box,