event
Description:
[ Version ( since = "3.0" ) ]
public virtual int event (CellAreaContext context, Widget widget, Event event, Rectangle cell_area, CellRendererState flags)
public virtual int event (CellAreaContext context, Widget widget, Event event, Rectangle cell_area, CellRendererState flags)
Delegates event handling to a CellArea.
Parameters:
this |
a CellArea |
context |
the CellAreaContext for this row of data. |
widget |
the Widget that this is rendering to |
event |
the Event to handle |
cell_area |
the |
flags |
the CellRendererState for this in this row. |
Returns:
true if the event was handled by this. |