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. 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.

Warning

The gtk:cell-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-5-20