CellRenderer.activate

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

Parameters

event Event
widget Widget

widget that received the event

path string

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

backgroundArea GdkRectangle*

background area as passed to CellRenderer.render

cellArea GdkRectangle*

cell area as passed to CellRenderer.render

flags GtkCellRendererState

render flags

Return Value

Type: bool

TRUE if the event was consumed/handled