Package: gtk

Accessor gtk-cell-renderer-combo-text-column

Lambda List

gtk-cell-renderer-combo-text-column (object)

Syntax

(gtk-cell-renderer-combo-text-column object) => column
(setf (gtk-cell-renderer-combo-text-column object) column)

Arguments

object -- a gtk-cell-renderer-combo object
column -- an integer which specifies the model colum which holds the possible values for the combo box

Details

Accessor of the text-column slot of the gtk-cell-renderer-combo class.

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 automatically adds a text cell renderer for this column to its combo box.
 

See also

2020-6-20