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
iter | a #GtkTextIter at the start of the line to be activated |
area | a #GdkRectangle of the cell area to be activated |
event | the event that triggered the query |
Returns
true if the renderer can be activated, false otherwise