CellArea.activate

Activates area, usually by activating the currently focused cell, however some subclasses which embed widgets in the area can also activate a widget if it currently has the focus.

Parameters

contextthe [gtk.cell_area.CellArea]Context in context with the current row data
widgetthe [gtk.widget.Widget] that area is rendering on
cellAreathe size and location of area relative to widget’s allocation
flagsthe [gtk.cell_renderer.CellRenderer]State flags for area for this row of data.
editOnlyif true then only cell renderers that are [gtk.types.CellRendererMode.Editable] will be activated.

Returns

Whether area was successfully activated.