CellArea.event
int event(gtk.cell_area_context.CellAreaContext context, gtk.widget.Widget widget, gdk.event.Event event, gdk.rectangle.Rectangle cellArea, gtk.types.CellRendererState flags)Delegates event handling to a #GtkCellArea.
Parameters
context | the #GtkCellAreaContext for this row of data. |
widget | the #GtkWidget that area is rendering to |
event | the #GdkEvent to handle |
cellArea | the widget relative coordinates for area |
flags | the #GtkCellRendererState for area in this row. |
Returns
true if the event was handled by area.