Package: gtk

Function gtk:cell-area-snapshot

Lambda List

gtk:cell-area-snapshot (area context widget snapshot background cell flags paint-focus)

Arguments

area -- a gtk:cell-area object
context -- a gtk:cell-area-context object for this row of data
widget -- a gtk:widget object that area is rendering to
snapshot -- a gtk:snapshot object to draw to
cell -- a gdk:rectangle instance with the widget relative coordinates for area
flags -- a gtk:cell-renderer-state value for area in this row
paint-focus -- a gtk:cell-renderer-state value for area in this row

Details

Snapshots area's cells according to area's layout onto at the given coordinates.

Warning

The gtk:cell-area implementation is deprecated since 4.10. List views use widgets for displaying their contents.
 

See also

#2024-7-7