Package: gtk

Accessor gtk-combo-box-cell-area

Lambda List

gtk-combo-box-cell-area (object)

Syntax

(gtk-combo-box-button-cell-area object) => area
(setf (gtk-combo-box-cell-area object) area)

Arguments

object -- a gtk-combo-box widget
area -- the gtk-cell-area used to layout cell renderes

Details

Accessor of the cell-area slot of the gtk-combo-box class.

The cell area used to layout cell renderers for this combo box. If no area is specified when creating the combo box with the function gtk-combo-box-new-with-area a horizontally oriented gtk-cell-area-box object will be used.
 

See also

2021-3-12