Method
GtkCellAreaevent
deprecated: 4.10
Declaration [src]
int
gtk_cell_area_event (
GtkCellArea* area,
GtkCellAreaContext* context,
GtkWidget* widget,
GdkEvent* event,
const GdkRectangle* cell_area,
GtkCellRendererState flags
)
Description [src]
Delegates event handling to a GtkCellArea
.
Deprecated since: 4.10
Please do not use it in newly written code.
Parameters
context
-
Type:
GtkCellAreaContext
The
GtkCellArea
Context for this row of data.The data is owned by the caller of the method. widget
-
Type:
GtkWidget
The
GtkWidget
thatarea
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 forarea
.The data is owned by the caller of the method. flags
-
Type:
GtkCellRendererState
The
GtkCellRenderer
State forarea
in this row.