CellRenderer.activate

Passes an activate event to the cell renderer for possible processing. Some cell renderers may use events; for example, gtk.cell_renderer_toggle.CellRendererToggle toggles when it gets a mouse click.

Parameters

event gdk.event.Event
widget gtk.widget.Widget

widget that received the event

path string

widget-dependent string representation of the event location; e.g. for gtk.tree_view.TreeView, a string representation of gtk.tree_path.TreePath

backgroundArea gdk.rectangle.Rectangle

background area as passed to gtk.cell_renderer.CellRenderer.render

cellArea gdk.rectangle.Rectangle
flags gtk.types.CellRendererState

render flags

Return Value

Type: bool

true if the event was consumed/handled