summaryrefslogtreecommitdiff
path: root/docs/reference/gtk/tmpl/gtkcomboboxentry.sgml
blob: be523f2ea014aef1e28dd870969e46e1324fdbd5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!-- ##### SECTION Title ##### -->
GtkComboBoxEntry

<!-- ##### SECTION Short_Description ##### -->
A text entry field with a dropdown list

<!-- ##### SECTION Long_Description ##### -->
<para>
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>

<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.
</para>

<para>
The convenience API to construct simple text-only #GtkComboBox<!-- -->es can
also be used with #GtkComboBoxEntry<!-- -->s which have been constructed
with gtk_combo_box_entry_new_text().
</para>

<!-- ##### SECTION See_Also ##### -->
<para>
#GtkComboBox
</para>

<!-- ##### SECTION Stability_Level ##### -->


<!-- ##### STRUCT GtkComboBoxEntry ##### -->
<para>

</para>


<!-- ##### ARG GtkComboBoxEntry:text-column ##### -->
<para>

</para>

<!-- ##### FUNCTION gtk_combo_box_entry_new ##### -->
<para>

</para>

@Returns: 
<!-- # Unused Parameters # -->
@model: 
@text_column: 


<!-- ##### FUNCTION gtk_combo_box_entry_new_with_model ##### -->
<para>

</para>

@model: 
@text_column: 
@Returns: 


<!-- ##### FUNCTION gtk_combo_box_entry_new_text ##### -->
<para>

</para>

@Returns: 


<!-- ##### FUNCTION gtk_combo_box_entry_set_text_column ##### -->
<para>

</para>

@entry_box: 
@text_column: 


<!-- ##### FUNCTION gtk_combo_box_entry_get_text_column ##### -->
<para>

</para>

@entry_box: 
@Returns: