Package: gtk

Function gtk-cell-renderer-activate

Lambda List

gtk-cell-renderer-activate (cell event widget path background area flags)

Arguments

cell -- a gtk-cell-renderer object
event -- a gdk-event event
widget -- a gtk-widget object that received the event
path -- widget-dependent string representation of the event location, e.g. for a gtk-tree-view widget, a string representation of gtk-tree-path instance
background -- a gdk-rectangle with the background area as passed to the function gtk-cell-renderer-render
area -- a gdk-rectangle instance with the cell area as passed to the function gtk-cell-renderer-render
flags -- the gtk-cell-renderer-state render flags

Return Value

True if the event was consumed/handled.

Details

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

See also

2021-3-7