]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml
2.7.0
[~andy/gtk] / docs / reference / gtk / tmpl / gtkcellrenderercombo.sgml
1 <!-- ##### SECTION Title ##### -->
2 GtkCellRendererCombo
3
4 <!-- ##### SECTION Short_Description ##### -->
5 Renders a combobox in a cell
6
7 <!-- ##### SECTION Long_Description ##### -->
8 <para>
9 #GtkCellRendererCombo renders text in a cell like #GtkCellRendererText from which it
10 is derived. But while #GtkCellRendererText offers a simple entry to edit the text,
11 #GtkCellRendererCombo offers a #GtkComboBox or #GtkComboBoxEntry widget to edit 
12 the text. The values to display in the combo box are taken from the tree model 
13 specified in the <link linkend="GtkCellRendererCombo--model">model</link> property.
14 </para>
15
16 <para>
17 The combo cell renderer takes care of adding a text cell renderer to the combo box
18 and sets it to display the column specified by its 
19 <link linkend="GtkCellRendererCombo--text-column">text-column</link> property. Further
20 cell renderers can be added in a handler for the editing-started signal.
21 </para>
22
23 <!-- ##### SECTION See_Also ##### -->
24 <para>
25
26 </para>
27
28 <!-- ##### SECTION Stability_Level ##### -->
29
30
31 <!-- ##### STRUCT GtkCellRendererCombo ##### -->
32 <para>
33
34 </para>
35
36
37 <!-- ##### ARG GtkCellRendererCombo:has-entry ##### -->
38 <para>
39
40 </para>
41
42 <!-- ##### ARG GtkCellRendererCombo:model ##### -->
43 <para>
44
45 </para>
46
47 <!-- ##### ARG GtkCellRendererCombo:text-column ##### -->
48 <para>
49
50 </para>
51
52 <!-- ##### FUNCTION gtk_cell_renderer_combo_new ##### -->
53 <para>
54
55 </para>
56
57 @Returns: 
58
59