Package: gtk

Accessor gtk:icon-view-cell-area

Lambda List

gtk:icon-view-cell-area (object)

Syntax

(gtk:icon-view-cell-area object) => area

Arguments

object -- a gtk:icon-view widget
area -- a gtk:cell-area object used to layout cell renderers

Details

Accessor of the cell-area slot of the gtk:icon-view class. The gtk:cell-area object used to layout cell renderers for this view. If no area is specified when creating the icon view with the gtk:icon-view-new-with-area function a gtk:cell-area-box object will be used.

Warning

The gtk:icon-view implementation is deprecated since 4.10. Use the gtk:grid-view implementation instead.
 

See also

2025-3-3