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) => column
(setf (gtk:combo-box-entry-text-column object) column)

Arguments

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

Details

The accessor for the entry-text-column slot of the gtk:combo-box class gets or sets the model column which the combo box is using to get the strings from to display in the internal entry.

The column value 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.

Warning

The gtk:combo-box implementation is deprecated since 4.10. Use the gtk:drop-down widget instead.
 

See also

2025-08-12