RGtk2 (version 2.20.31)

gtkCellRendererActivate: gtkCellRendererActivate

Description

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

Usage

gtkCellRendererActivate(object, event, widget, path, background.area, cell.area, flags)

Arguments

event
widget
widget that received the event
path
widget-dependent string representation of the event location; e.g. for GtkTreeView, a string representation of GtkTreePath
background.area
background area as passed to gtkCellRendererRender
cell.area
cell area as passed to gtkCellRendererRender
flags
render flags

Value

TRUE if the event was consumed/handled