2003-10-01 22:43:30 +00:00
|
|
|
<!-- ##### SECTION Title ##### -->
|
|
|
|
GtkComboBoxEntry
|
|
|
|
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
2004-10-11 18:08:35 +00:00
|
|
|
A text entry field with a dropdown list
|
2003-10-01 22:43:30 +00:00
|
|
|
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
|
|
<para>
|
2004-12-02 21:51:48 +00:00
|
|
|
A #GtkComboBoxEntry is a widget that allows the user to choose from a
|
|
|
|
list of valid choices or enter a different value. It is very similar
|
|
|
|
to a #GtkComboBox, but it displays the selected value in an entry to
|
|
|
|
allow modifying it.
|
|
|
|
</para>
|
2003-10-01 22:43:30 +00:00
|
|
|
|
2004-12-02 21:51:48 +00:00
|
|
|
<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()),
|
2007-04-26 15:55:48 +00:00
|
|
|
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().
|
2003-10-01 22:43:30 +00:00
|
|
|
</para>
|
2006-02-10 18:53:35 +00:00
|
|
|
|
2007-04-26 15:55:48 +00:00
|
|
|
<para>
|
|
|
|
The changed signal will be emitted while typing into a GtkComboBoxEntry,
|
2006-02-10 18:53:35 +00:00
|
|
|
as well as when selecting an item from the GtkComboBoxEntry's list. Use
|
|
|
|
gtk_combo_box_get_active() or gtk_combo_box_get_active_iter() to discover
|
|
|
|
whether an item was actually selected from the list.
|
|
|
|
</para>
|
|
|
|
|
2007-04-26 15:55:48 +00:00
|
|
|
<para>
|
|
|
|
Connect to the activate signal of the GtkEntry (use gtk_bin_get_child())
|
|
|
|
to detect when the user actually finishes entering text.
|
|
|
|
</para>
|
2003-10-01 22:43:30 +00:00
|
|
|
|
|
|
|
<para>
|
2007-04-26 15:55:48 +00:00
|
|
|
The convenience API to construct simple text-only #GtkComboBox<!-- -->es
|
|
|
|
can also be used with #GtkComboBoxEntry<!-- -->s which have been constructed
|
2004-12-02 21:51:48 +00:00
|
|
|
with gtk_combo_box_entry_new_text().
|
|
|
|
</para>
|
2003-10-01 22:43:30 +00:00
|
|
|
|
2007-04-26 15:55:48 +00:00
|
|
|
<para>
|
|
|
|
If you have special needs that go beyond a simple entry (e.g. input validation),
|
|
|
|
it is possible to replace the child entry by a different widget using
|
|
|
|
gtk_container_remove() and gtk_container_add().
|
|
|
|
</para>
|
|
|
|
|
2007-07-01 23:38:07 +00:00
|
|
|
<refsect2 id="GtkComboBoxEntry-BUILDER-UI">
|
|
|
|
<title>GtkComboBoxEntry as GtkBuildable</title>
|
|
|
|
<para>
|
|
|
|
Beyond the <attributes> support that is shared by all
|
|
|
|
<link linkend="GtkCellLayout-BUILDER-UI">GtkCellLayout</link> implementation,
|
|
|
|
GtkComboBoxEntry makes the entry available in UI definitions as an internal
|
|
|
|
child with name "entry".
|
|
|
|
</para>
|
|
|
|
</refsect2>
|
|
|
|
|
2004-12-02 21:51:48 +00:00
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
|
|
<para>
|
|
|
|
#GtkComboBox
|
2003-10-01 22:43:30 +00:00
|
|
|
</para>
|
|
|
|
|
2005-06-20 22:06:27 +00:00
|
|
|
<!-- ##### SECTION Stability_Level ##### -->
|
|
|
|
|
|
|
|
|
2003-10-01 22:43:30 +00:00
|
|
|
<!-- ##### STRUCT GtkComboBoxEntry ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2003-10-24 22:16:07 +00:00
|
|
|
|
2004-07-20 02:26:06 +00:00
|
|
|
<!-- ##### ARG GtkComboBoxEntry:text-column ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2003-10-01 22:43:30 +00:00
|
|
|
<!-- ##### FUNCTION gtk_combo_box_entry_new ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2003-12-08 22:55:03 +00:00
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
|
|
|
<!-- ##### FUNCTION gtk_combo_box_entry_new_with_model ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2003-10-01 22:43:30 +00:00
|
|
|
@model:
|
|
|
|
@text_column:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
2004-02-26 23:35:05 +00:00
|
|
|
<!-- ##### FUNCTION gtk_combo_box_entry_new_text ##### -->
|
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|
2003-12-08 22:55:03 +00:00
|
|
|
<!-- ##### FUNCTION gtk_combo_box_entry_set_text_column ##### -->
|
2003-10-01 22:43:30 +00:00
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
|
|
|
@entry_box:
|
2003-12-08 22:55:03 +00:00
|
|
|
@text_column:
|
2003-10-01 22:43:30 +00:00
|
|
|
|
|
|
|
|
2003-12-08 22:55:03 +00:00
|
|
|
<!-- ##### FUNCTION gtk_combo_box_entry_get_text_column ##### -->
|
2003-10-25 19:58:51 +00:00
|
|
|
<para>
|
|
|
|
|
|
|
|
</para>
|
|
|
|
|
2003-12-08 22:55:03 +00:00
|
|
|
@entry_box:
|
|
|
|
@Returns:
|
|
|
|
|
|
|
|
|