activate_cell


Description:

[ Version ( since = "3.0" ) ]
public bool activate_cell (Widget widget, CellRenderer renderer, Event event, Rectangle cell_area, CellRendererState flags)

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

Parameters:

this

a CellArea

widget

the Widget that this is rendering onto

renderer

the CellRenderer in this to activate

event

the Event for which cell activation should occur

cell_area

the Rectangle in widget relative coordinates of renderer for the current row.

flags

the CellRendererState for renderer

Returns:

whether cell activation was successful