gtkCellRendererActivate: gtkCellRendererActivate

Description Usage Arguments Value Author(s)

View source: R/gtkFuncs.R

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

1
2
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.