Clarify GtkComboBoxEntry

This commit is contained in:
Ross Burton 2005-06-28 12:31:24 +00:00
parent 72a85f8da3
commit 15fd38a033
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-06-28 Ross Burton <ross@burtonini.com>
* gtk/tmpl/gtkcomboboxentry.sgml: Clarify.
2005-06-27 Matthias Clasen <mclasen@redhat.com>
* gdk/tmpl/event_structs.sgml: Update docs.

View File

@ -15,7 +15,8 @@ allow modifying it.
<para>
In contrast to a #GtkComboBox, the underlying model of a #GtkComboBoxEntry
must always have a text column (see gtk_combo_box_entry_set_text_column()),
and the entry will show the content of the text column in the selected row.
and the entry will show the content of the text column in the selected row. To
get the text from the entry, use gtk_combo_box_get_active_text().
</para>
<para>