CellRendererCombo.textColumn

Get textColumn property.

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

Return Value

Type: 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.