Package: gtk

Accessor gtk:entry-completion-cell-area

Lambda List

gtk:entry-completion-cell-area (object)

Syntax

(gtk:entry-completion-cell-area object) => area
(setf (gtk:entry-completion-cell-area object) area)

Arguments

object -- a gtk:entry-completion object
area -- a gtk:cell-area object

Details

Accessor of the cell-area slot of the gtk:entry-completion class. The cell area used to layout cell renderers in the tree view column. If no area is specified when creating the entry completion with the gtk:entry-completion-new-with-area function a horizontally oriented gtk:cell-area-box object will be used.

Warning

The gtk:entry-completion implementation is deprecated since 4.10. This object will be removed in GTK 5.
 

See also

2024-5-2