diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 16:16:45 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-10-15 16:58:26 -0400 |
commit | 99cfbecf466193f2a132e4476f92723b8c51e4a5 (patch) | |
tree | 476bfa89e5da2dac32aff3c9f3799bc312ae716a /gtk/gtkcomboboxtext.h | |
parent | 8353754c17d33b8e26332c666dc3941c36619c51 (diff) | |
download | gtk+-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.h | 1 |
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, |