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

See also

#2023-3-17