Package: gtk

Function gtk:cell-area-event

Lambda List

gtk:cell-area-event (area context widget event cell flags)

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
event -- a gdk:event instance to handle
cell -- a gdk:rectangle instance with the widget relative coordinates for area
flags -- a gtk:cell-renderer-state value for area in this row

Return Value

True if the event was handled by the cell area.

Details

Delegates event handling to a cell area.

Warning

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

See also

#2024-7-26