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

widget gtk.widget.Widget

the #GtkWidget that area is rendering onto

renderer gtk.cell_renderer.CellRenderer

the #GtkCellRenderer in area to activate

event gdk.event.Event

the #GdkEvent for which cell activation should occur

cellArea gdk.rectangle.Rectangle

the #GdkRectangle in widget relative coordinates of renderer for the current row.

flags gtk.types.CellRendererState

the #GtkCellRendererState for renderer

Return Value

Type: bool

whether cell activation was successful