summaryrefslogtreecommitdiff
path: root/gtk/gtkcomboboxentry.h
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2004-02-26 21:40:09 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-02-26 21:40:09 +0000
commit1637a9c55b9f4eb3c3e842b8baeb1de4dbf6d62a (patch)
treeffd7df0b5cfa8b6b3ac1b67ce8e57370f35ac146 /gtk/gtkcomboboxentry.h
parent0459484caa2efbabd2fc3fd539c80e3aa42c6b60 (diff)
downloadgtk+-1637a9c55b9f4eb3c3e842b8baeb1de4dbf6d62a.tar.gz
New convenience API to construct simple text combos, implemented by Damon
Thu Feb 26 22:20:44 2004 Matthias Clasen <maclas@gmx.de> * gtk/gtkcomboboxentry.h: * gtk/gtkcomboboxentry.c (gtk_combo_box_entry_new_text): New convenience API to construct simple text combos, implemented by Damon Chaplin. * tests/testcombo.c: Use gtk_combo_box_entry_new_text.
Diffstat (limited to 'gtk/gtkcomboboxentry.h')
-rw-r--r--gtk/gtkcomboboxentry.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/gtkcomboboxentry.h b/gtk/gtkcomboboxentry.h
index 9b120427a2..8955426b9e 100644
--- a/gtk/gtkcomboboxentry.h
+++ b/gtk/gtkcomboboxentry.h
@@ -65,6 +65,9 @@ void gtk_combo_box_entry_set_text_column (GtkComboBoxEntry *entry_box,
gint text_column);
gint gtk_combo_box_entry_get_text_column (GtkComboBoxEntry *entry_box);
+/* convenience -- text */
+GtkWidget *gtk_combo_box_entry_new_text (void);
+
G_END_DECLS