CellArea.activateCell

This is used by #GtkCellArea subclasses when handling events to activate cells, the base #GtkCellArea class activates cells for keyboard events for free in its own GtkCellArea->activate() implementation.

Parameters

widgetthe #GtkWidget that area is rendering onto
rendererthe #GtkCellRenderer in area to activate
eventthe #GdkEvent for which cell activation should occur
cellAreathe #GdkRectangle in widget relative coordinates of renderer for the current row.
flagsthe #GtkCellRendererState for renderer

Returns

whether cell activation was successful