Package: gtk

Accessor gtk-combo-box-entry-text-column

Lambda List

gtk-combo-box-entry-text-column (object)

Syntax

(gtk-combo-box-entry-text-column object) => text-column
(setf (gtk-combo-box-entry-text-column object) text-column)

Arguments

object -- a gtk-combo-box widget
text-column -- an integer with a column in model to get the strings from for the internal entry

Details

Accessor of the entry-text-column slot of the gtk-combo-box class.

The slot access function gtk-combo-box-entry-text-column returns the column which the combo box is using to get the strings from to display in the internal entry. The slot access function (setf gtk-combo-box-entry-text-column) sets the model column which the combo box should use to get strings.

The column text-column in the model of the combo box must be of type gchararray. This is only relevant if the combo box has been created with the has-entry property as true.
 

See also

2021-3-12