Package: gtk

Accessor gtk-cell-view-cell-area-context

Lambda List

gtk-cell-view-cell-area-context (object)

Syntax

(gtk-cell-view-cell-area-context object) => context
(setf (gtk-cell-view-cell-area-context object) context)

Arguments

object -- a gtk-cell-view object
cellarea -- a gtk-cell-area-context object

Details

Accessor of the cell-area-context slot of the gtk-cell-view class.

The cell area used to compute the geometry of the cell view. A group of cell views can be assigned the same context in order to ensure the sizes and cell alignments match across all the views with the same context. The gtk-combo-box menus uses this to assign the same context to all cell views in the menu items for a single menu, each submenu creates its own context since the size of each submenu does not depend on parent or sibling menus.
 

See also

2021-5-4