Clarify GtkComboBoxEntry
This commit is contained in:
parent
72a85f8da3
commit
15fd38a033
@ -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.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user