Virtual Method

GtkCellAreaevent

since: 3.0

Declaration [src]

gint
event (
  GtkCellArea* area,
  GtkCellAreaContext* context,
  GtkWidget* widget,
  GdkEvent* event,
  const GdkRectangle* cell_area,
  GtkCellRendererState flags
)

Description [src]

Delegates event handling to a GtkCellArea.

Available since: 3.0

Parameters

context

Type: GtkCellAreaContext

The GtkCellAreaContext for this row of data.

The data is owned by the caller of the method.
widget

Type: GtkWidget

The GtkWidget that area is rendering to.

The data is owned by the caller of the method.
event

Type: GdkEvent

The GdkEvent to handle.

The data is owned by the caller of the method.
cell_area

Type: GdkRectangle

The widget relative coordinates for area.

The data is owned by the caller of the method.
flags

Type: GtkCellRendererState

The GtkCellRendererState for area in this row.

Return value

Type: gint

TRUE if the event was handled by area.