diff options
author | Matthias Clasen <maclas@gmx.de> | 2004-02-26 21:40:09 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-02-26 21:40:09 +0000 |
commit | 1637a9c55b9f4eb3c3e842b8baeb1de4dbf6d62a (patch) | |
tree | ffd7df0b5cfa8b6b3ac1b67ce8e57370f35ac146 /gtk/gtkcomboboxentry.h | |
parent | 0459484caa2efbabd2fc3fd539c80e3aa42c6b60 (diff) | |
download | gtk+-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.h | 3 |
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 |