CellArea.activateCell

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

Parameters

widgetthe gtk.widget.Widget that area is rendering onto
rendererthe gtk.cell_renderer.CellRenderer in area to activate
eventthe gdk.event.Event for which cell activation should occur
cellAreathe gtk.types.Rectangle in widget relative coordinates of renderer for the current row.
flagsthe gtk.cell_renderer.CellRendererState for renderer

Returns

whether cell activation was successful