GtkCellAreaClass.event

Handle an event in the area, this is generally used to activate a cell at the event location for button events but can also be used to generically pass events to gtk.widget.Widgets drawn onto the area.

struct GtkCellAreaClass
extern (C)
int function(GtkCellArea* area, GtkCellAreaContext* context, GtkWidget* widget, GdkEvent* event, const(GdkRectangle)* cellArea, GtkCellRendererState flags) event;