forked from AuroraMiddleware/gtk
be5ee811e6
2004-11-02 Matthias Clasen <mclasen@redhat.com> * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): Doc additions. 2004-11-02 Matthias Clasen <mclasen@redhat.com> * gtk/tmpl/gtkcellrenderercombo.sgml: * gtk/tmpl/gtkcellrenderertoggle.sgml: * gtk/tmpl/gtkcellrenderertext.sgml: Add introductions. * gtk/tmpl/gtkcellrenderer.sgml: Additions.
57 lines
1.3 KiB
Plaintext
57 lines
1.3 KiB
Plaintext
<!-- ##### SECTION Title ##### -->
|
|
GtkCellRendererCombo
|
|
|
|
<!-- ##### SECTION Short_Description ##### -->
|
|
Renders a combobox in a cell
|
|
|
|
<!-- ##### SECTION Long_Description ##### -->
|
|
<para>
|
|
#GtkCellRendererCombo renders text in a cell like #GtkCellRendererText from which it
|
|
is derived. But while #GtkCellRendererText offers a simple entry to edit the text,
|
|
#GtkCellRendererCombo offers a #GtkComboBox or #GtkComboBoxEntry widget to edit
|
|
the text. The values to display in the combo box are taken from the tree model
|
|
specified in the <link linkend="GtkCellRendererCombo--model">model</link> property.
|
|
</para>
|
|
|
|
<para>
|
|
The combo cell renderer takes care of adding a text cell renderer to the combo box
|
|
and sets it to display the column specified by its
|
|
<link linkend="GtkCellRendererCombo--text-column">text-column</link> property. Further
|
|
cell renderers can be added in a handler for the editing-started signal.
|
|
</para>
|
|
|
|
<!-- ##### SECTION See_Also ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### STRUCT GtkCellRendererCombo ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
|
|
<!-- ##### ARG GtkCellRendererCombo:has-entry ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkCellRendererCombo:model ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### ARG GtkCellRendererCombo:text-column ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
<!-- ##### FUNCTION gtk_cell_renderer_combo_new ##### -->
|
|
<para>
|
|
|
|
</para>
|
|
|
|
@Returns:
|
|
|
|
|