Package: gtk

Accessor gtk-entry-completion-cell-area

Lambda List

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

Syntax

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

Arguments

object -- a gtk-entry-completion object
cell-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 function gtk-entry-completion-new-with-area a horizontally oriented gtk-cell-area-box will be used.
 

See also

2020-5-31