GutterRenderer.queryActivatable

bool queryActivatable(gtk.text_iter.TextIter iter, gdk.rectangle.Rectangle area, gdk.event.Event event)

Get whether the renderer is activatable at the location in event. This is called from #GtkSourceGutter to determine whether a renderer is activatable using the mouse pointer.

Parameters

itera #GtkTextIter at the start of the line to be activated
areaa #GdkRectangle of the cell area to be activated
eventthe event that triggered the query

Returns

true if the renderer can be activated, false otherwise