gtkCellRendererActivate {RGtk2}R Documentation

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

object

a GtkCellRenderer

event

a GdkEvent

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

[logical] TRUE if the event was consumed/handled

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]