CellRendererCombo


Object Hierarchy:

Object hierarchy for CellRendererCombo

Description:


public class CellRendererCombo : CellRendererText

Renders a combobox in a cell

Note:

List views use widgets to display their contents. You should use [class@Gtk.DropDown] instead

`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` widget to edit the text. The values to display in the combo box are taken from the tree model specified in the `GtkCellRendererCombo` model property.

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 `GtkCellRendererCombo`text_column property. Further properties of the combo box can be set in a handler for the `GtkCellRenderer:GtkCellRendererCombo:editing-started` signal.


Namespace: Gtk
Package: gtk+-2.0

Content:

Properties:

Creation methods:

Signals:

Fields:

Inherited Members:

All known members inherited from class Gtk.Object