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

context gtk.cell_area_context.CellAreaContext

the gtk.cell_area.CellAreaContext in context with the current row data

widget gtk.widget.Widget

the gtk.widget.Widget that area is rendering on

cellArea gdk.rectangle.Rectangle

the size and location of area relative to widget’s allocation

flags gtk.types.CellRendererState

the gtk.cell_renderer.CellRendererState flags for area for this row of data.

editOnly bool

if true then only cell renderers that are gtk.types.CellRendererMode.Editable will be activated.

Return Value

Type: bool

Whether area was successfully activated.