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 treeview 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 widget will be used.
 

See also

2024-3-17