CellRendererCombo.textColumn

Set textColumn property.

  1. int textColumn [@property getter]
  2. int textColumn [@property setter]
    class CellRendererCombo
    @property
    void
    textColumn
    ()

Parameters

propval int

Specifies the model column which holds the possible values for the combo box.

Note that this refers to the model specified in the model property, not the model backing the tree view to which this cell renderer is attached.

gtk.cell_renderer_combo.CellRendererCombo automatically adds a text cell renderer for this column to its combo box.