event
Description:
public virtual int event (CellAreaContext context, Widget widget, Event event, Rectangle cell_area, CellRendererState flags)
Delegates event handling to a `GtkCellArea`.
Parameters:
| this |
a `GtkCellArea` |
| context |
the `GtkCellArea`Context for this row of data. |
| widget |
the `GtkWidget` that this is rendering to |
| event |
the `GdkEvent` to handle |
| cell_area |
the |
| flags |
the `GtkCellRenderer`State for this in this row. |
Returns:
|
true if the event was handled by this. |