]> Pileus Git - ~andy/gtk/blob - docs/reference/gtk/tmpl/gtkcellrenderercombo.sgml
2.13.1
[~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 
10 which it is derived. But while #GtkCellRendererText offers a simple entry to 
11 edit the text, #GtkCellRendererCombo offers a #GtkComboBox or #GtkComboBoxEntry
12 widget to edit the text. The values to display in the combo box are taken from 
13 the tree model specified in the 
14 <link linkend="GtkCellRendererCombo--model">model</link> property.
15 </para>
16
17 <para>
18 The combo cell renderer takes care of adding a text cell renderer to the combo 
19 box and sets it to display the column specified by its 
20 <link linkend="GtkCellRendererCombo--text-column">text-column</link> 
21 property. Further properties of the comnbo box can be set in a handler for the 
22 editing-started signal.
23 </para>
24
25 <para>
26 The #GtkCellRendererCombo cell renderer was added in GTK+ 2.6.
27 </para>
28
29 <!-- ##### SECTION See_Also ##### -->
30 <para>
31
32 </para>
33
34 <!-- ##### SECTION Stability_Level ##### -->
35
36
37 <!-- ##### STRUCT GtkCellRendererCombo ##### -->
38 <para>
39
40 </para>
41
42
43 <!-- ##### SIGNAL GtkCellRendererCombo::changed ##### -->
44 <para>
45
46 </para>
47
48 @cellrenderercombo: the object which received the signal.
49 @arg1: 
50 @arg2: 
51
52 <!-- ##### ARG GtkCellRendererCombo:has-entry ##### -->
53 <para>
54
55 </para>
56
57 <!-- ##### ARG GtkCellRendererCombo:model ##### -->
58 <para>
59
60 </para>
61
62 <!-- ##### ARG GtkCellRendererCombo:text-column ##### -->
63 <para>
64
65 </para>
66
67 <!-- ##### FUNCTION gtk_cell_renderer_combo_new ##### -->
68 <para>
69
70 </para>
71
72 @Returns: 
73
74