Gtk.CellArea.prototype.event
function event(context:Gtk.CellAreaContext, widget:Gtk.Widget, event:Gdk.Event, cell_area:Gdk.Rectangle, flags:Gtk.CellRendererState):Number { // Gjs wrapper for gtk_cell_area_event() }
Delegates event handling to a Gtk.CellArea.
Since 3.0
- context
the Gtk.CellAreaContext for this row of data.
- widget
the Gtk.Widget that area is rendering to
- event
the Gdk.Event to handle
- cell_area
the widget relative coordinates for area
- flags
the Gtk.CellRendererState for area in this row.
- Returns
true if the event was handled by area.